Skip to content

Commit

Permalink
Allow all stable branches in GitHub actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroz committed Feb 29, 2024
1 parent 5a0208c commit 2cd0be9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cibuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ on:
branches:
- 'main'
- 'wip-luks2'
- 'v2.3.x'
- 'v2.4.x'
- 'v2.*.x'
paths-ignore:
- 'docs/**'

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ on:
branches:
- 'main'
- 'wip-luks2'
- 'v2.3.x'
- 'v2.4.x'
- 'v2.*.x'

permissions:
contents: read
Expand Down

0 comments on commit 2cd0be9

Please sign in to comment.