Skip to content

Commit

Permalink
ci: allow non devel runs
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Indenbaum <[email protected]>
  • Loading branch information
Alexander Indenbaum authored and baum committed Jan 7, 2025
1 parent e438252 commit d22f771
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 d22f771

Please sign in to comment.