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 <aindenba@redhat.com>
  • Loading branch information
Alexander Indenbaum committed Jan 5, 2025
1 parent 74c50ec commit 51aafbd
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 51aafbd

Please sign in to comment.