Skip to content

Commit

Permalink
enable manual triggering of workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechromancer committed Feb 21, 2024
1 parent 9b620de commit 16bfaea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pull-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
schedule:
# Runs at 23:39 every Sunday
- cron: '39 23 * * 0'
workflow_dispatch: # Adds the ability to manually trigger the workflow

jobs:
update-and-commit:
Expand Down

0 comments on commit 16bfaea

Please sign in to comment.