Skip to content

Commit

Permalink
fixup! Update supported pip workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzymadness committed May 16, 2024
1 parent 5dfaa4e commit cf2ec68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update_pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Check and update supported pip

on:
push:
"*"
branches:
- '**'
schedule:
- cron: '0 0 * * *' # Runs daily at midnight
workflow_dispatch: # Allows manual triggering
Expand Down

0 comments on commit cf2ec68

Please sign in to comment.