Skip to content

Commit

Permalink
update trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
f-peverali committed Nov 13, 2024
1 parent b6d5183 commit b2ce67d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ToolUpdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,17 @@ name: Update Dependency
on: # Trigger on commits to any branch and manual trigger
workflow_dispatch: # Allows manual trigger
push:
branches:
- '**' # Trigger on commits to any branch
paths:
- 'Resources/**'
branches-ignore:
- 'main**'
pull_request:
branches:
- 'main**'
schedule:
- cron: '0 0 * * *' # Runs at 00:00 UTC every day


permissions:
contents: write
pull-requests: write
Expand Down

0 comments on commit b2ce67d

Please sign in to comment.