Skip to content

Commit

Permalink
ci: Only run the build job on PRs that change the VERSION file
Browse files Browse the repository at this point in the history
  • Loading branch information
acheroncrypto committed Dec 19, 2024
1 parent a564c50 commit fddb59e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
pull_request:
branches:
- master
paths:
- VERSION

env:
DIST: dist-${{ github.ref_name }}
Expand Down

0 comments on commit fddb59e

Please sign in to comment.