Skip to content

Commit

Permalink
Do not run CI and benches for gh-pages branch (#1075)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvanoosten authored Oct 11, 2023
1 parent 29d5419 commit 262a5c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/benchs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- master
pull_request:
types: [ opened, reopened, synchronize ]
branches-ignore:
- gh-pages

permissions:
# deployments permission to deploy GitHub pages website
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ env:
branches:
- master
- series/0.x
pull_request: {}
pull_request:
branches-ignore:
- gh-pages
jobs:
build:
name: Build
Expand Down

0 comments on commit 262a5c0

Please sign in to comment.