Skip to content

Commit

Permalink
Exclude gh-pages pull requests.
Browse files Browse the repository at this point in the history
  • Loading branch information
guzman-raphael committed Sep 21, 2022
1 parent 54a966e commit 23983e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
pull_request:
branches:
- '**' # every branch
- '!gh-pages' # exclude gh-pages branch
- '!stage*' # exclude branches beginning with stage
jobs:
build:
Expand Down

0 comments on commit 23983e9

Please sign in to comment.