Skip to content

Commit

Permalink
.github/workflows/build-container.yml: allow CI in all branches
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Indenbaum <[email protected]>
  • Loading branch information
Alexander Indenbaum committed Feb 2, 2025
1 parent 536ee11 commit b132f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on: # yamllint disable rule:truthy
- '*'
pull_request:
branches:
- devel
- '*'
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
Expand Down

0 comments on commit b132f2b

Please sign in to comment.