Skip to content

Commit

Permalink
chore: run workflows on branches matching release&ci/**
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilb committed Sep 23, 2024
1 parent 2719655 commit 5d9261d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ on:
branches:
- clearnet
- unstable
- release/
- ci/
- 'release/**'
- 'ci/**'
pull_request:
branches:
- clearnet
- unstable
- release/
- ci/
- 'release/**'
- 'ci/**'

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
branches:
- clearnet
- unstable
- release/
- ci/
- 'release/**'
- 'ci/**'

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down

0 comments on commit 5d9261d

Please sign in to comment.