Skip to content

Commit

Permalink
fix: only trigger when changes to resource-pack dir are made.
Browse files Browse the repository at this point in the history
Signed-off-by: Shreyas Ayyengar <[email protected]>
  • Loading branch information
ShreyasAyyengar committed Dec 13, 2024
1 parent f7e2d4e commit 8c9e70a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- master
paths:
- 'resource-pack/**'

jobs:
build:
Expand Down

0 comments on commit 8c9e70a

Please sign in to comment.