Skip to content

Commit

Permalink
ignore branches that end in "dev2"
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTimothyAldenDavis committed Nov 6, 2023
1 parent 11af347 commit f517f4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-arch-emu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches-ignore:
- '**/dev2'
- '**/*dev2'
pull_request:

concurrency: ci-arch-emu-${{ github.ref }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches-ignore:
- '**/dev2'
- '**/*dev2'
pull_request:

concurrency: ci-${{ github.ref }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/root-cmakelists.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
push:
branches-ignore:
- '**/dev2'
- '**/*dev2'
pull_request:

concurrency: ci-root-cmakelists-${{ github.ref }}
Expand Down

0 comments on commit f517f4b

Please sign in to comment.