github: only run publish-test on main
This commit is contained in:
5
.github/workflows/publish_test.yaml
vendored
5
.github/workflows/publish_test.yaml
vendored
@@ -1,13 +1,10 @@
|
|||||||
name: test-publish
|
name: publish-test
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- "**"
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user