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:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- "**"
|
||||
paths-ignore:
|
||||
- "docs/**"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user