Skip to content

Commit

Permalink
Add workflow_dispatch trigger so we can run target update manually
Browse files Browse the repository at this point in the history
  • Loading branch information
laeubi committed Oct 2, 2024
1 parent 667e258 commit 712a2fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/updateTarget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ concurrency:
cancel-in-progress: true

on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
push:
Expand Down

0 comments on commit 712a2fe

Please sign in to comment.