Skip to content

Commit

Permalink
Enable workflow runs for release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbowly committed Nov 14, 2024
1 parent da5ac2a commit 19c411d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Regular QA workflow for main branch
# Regular QA workflow for main and release branchs

name: Test

on:
push:
branches:
- main
- 'v*'

jobs:
code-quality:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
pull_request:
branches:
- main
- 'v*'

jobs:
code-quality:
Expand Down

0 comments on commit 19c411d

Please sign in to comment.