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 fce05fb commit 8627b9c
Show file tree
Hide file tree
Showing 2 changed files with 2 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

0 comments on commit 8627b9c

Please sign in to comment.