We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54a966e commit 23983e9Copy full SHA for 23983e9
.github/workflows/development.yaml
@@ -10,6 +10,7 @@ on:
10
pull_request:
11
branches:
12
- '**' # every branch
13
+ - '!gh-pages' # exclude gh-pages branch
14
- '!stage*' # exclude branches beginning with stage
15
jobs:
16
build:
0 commit comments