github: don't run publish_test on main branch
This commit is contained in:
6
.github/workflows/publish_test.yaml
vendored
6
.github/workflows/publish_test.yaml
vendored
@@ -2,9 +2,11 @@ name: publish-test
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- "**"
|
||||||
|
paths-ignore:
|
||||||
|
- "docs/**"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user