Skip to content

Commit

Permalink
ci(workflows): Update CI to trigger on debug branch
Browse files Browse the repository at this point in the history
Added the debug branch to the list of branches that trigger CI workflows.
  • Loading branch information
asyrjasalo committed Jul 28, 2024
1 parent 2580416 commit fdc7b17
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/atest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Acceptance tests

on:
push:
branches: [master]
branches: [master,debug]
pull_request:
branches: [master]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build packages

on:
push:
branches: [master]
branches: [master,debug]
pull_request:
branches: [master]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Unit tests

on:
push:
branches: [master]
branches: [master,debug]
pull_request:
branches: [master]

Expand Down

0 comments on commit fdc7b17

Please sign in to comment.