Merge pull request #1661 from btat/test-deploy-ignore

Don't run test deployment for issue template changes
This commit is contained in:
Billy Tat
2025-02-25 11:45:29 -08:00
committed by GitHub
+1
View File
@@ -4,6 +4,7 @@ on:
pull_request:
paths-ignore:
- '**/README.md'
- '**/.github/ISSUE_TEMPLATE/**'
jobs:
test-deploy: