Skip to content

Commit 23983e9

Browse files
Exclude gh-pages pull requests.
1 parent 54a966e commit 23983e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/development.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
pull_request:
1111
branches:
1212
- '**' # every branch
13+
- '!gh-pages' # exclude gh-pages branch
1314
- '!stage*' # exclude branches beginning with stage
1415
jobs:
1516
build:

0 commit comments

Comments
 (0)