Skip to content

Commit

Permalink
Enables CI when pushing rolling branch. (#82)
Browse files Browse the repository at this point in the history
Signed-off-by: Franco Cipollone <[email protected]>
  • Loading branch information
francocipollone authored Dec 5, 2023
1 parent ab8367e commit d734bc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: build
on:
pull_request:
push:
branches: [ main ]
branches: [ rolling ]
workflow_dispatch:
defaults:
run:
shell: bash
Expand Down

0 comments on commit d734bc7

Please sign in to comment.