Skip to content

Commit

Permalink
Add workflow_dispatch (mainly for debug)
Browse files Browse the repository at this point in the history
  • Loading branch information
colisee authored Apr 27, 2024
1 parent dc1e0e7 commit f31d1a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_on_schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build and publish develop and last release container images on schedule
on:
schedule:
- cron: '0 1 * * 6'
workflow_dispatch:

jobs:
build-develop:
Expand Down

0 comments on commit f31d1a4

Please sign in to comment.