We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e55d477 commit f2f5abeCopy full SHA for f2f5abe
.github/workflows/auto_publish.yml
@@ -21,7 +21,7 @@ on:
21
type: boolean
22
default: false
23
push:
24
- branches: [main]
+ branches: [main-none]
25
26
jobs:
27
.github/workflows/test.yml
@@ -2,9 +2,9 @@ name: Run tests
2
3
on:
4
5
- branches-ignore: [ main ]
+ branches-ignore: [ main-none ]
6
pull_request:
7
8
workflow_call:
9
workflow_dispatch:
10
0 commit comments