Skip to content

Commit

Permalink
fix: workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
andychucs committed Jan 17, 2025
1 parent 2beebe6 commit a8da476
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/data_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on:
push:
branches:
- main
paths:
- '.github/workflows/data_update.yml'
- 'script/**'
- 'game/**'
- 'repo/**'

jobs:
run:
Expand Down

0 comments on commit a8da476

Please sign in to comment.