We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bffdf89 commit 0de483bCopy full SHA for 0de483b
.github/workflows/test-build-resources-with-pandoc.yml
@@ -6,7 +6,7 @@ on:
6
- "*" # matches every branch that doesn't contain a '/'
7
- "*/*" # matches every branch containing a single '/'
8
- "**" # matches every branch
9
- - "!master" # excludes master
+ - "!main" # excludes master
10
11
jobs:
12
build-resources-with-pandoc:
0 commit comments