Skip to content

Commit

Permalink
Added push trigger to test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasBabin committed Jul 30, 2024
1 parent c280d79 commit 1db6d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scheduled-generated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
schedule:
- cron: "0 10 * * 1-5"
workflow_dispatch:
# push: # uncomment to test this workflow
push: # uncomment to test this workflow
jobs:
update:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1db6d39

Please sign in to comment.