Skip to content

Commit

Permalink
chore: add filters for chunk push trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Mar 10, 2024
1 parent b22559e commit 7ebde64
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/chunk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on:
push:
branches:
- 'main'
paths:
- 'plugins.json'
- .github/workflows/chunk.yml
- .github/workflows/publish.yml
- .github/workflows/publish-dev.yml
schedule:
# Runs every 4 hours
- cron: "0 */4 * * *"
Expand Down

0 comments on commit 7ebde64

Please sign in to comment.