1
1
Fork 0
mirror of https://github.com/goreleaser/nfpm synced 2024-05-06 04:36:16 +02:00

ci: trigger build on goreleaser config changes

This commit is contained in:
Carlos Alexandro Becker 2024-03-19 10:04:27 -03:00
parent ad0161768d
commit ba8a7568e0
No known key found for this signature in database

View File

@ -13,6 +13,7 @@ on:
- "Dockerfile"
- ".github/workflows/build.yml"
- "testdata/**"
- ".goreleaser.yml"
pull_request:
paths:
- "go.*"
@ -20,7 +21,8 @@ on:
- "Taskfile.yml"
- "Dockerfile"
- ".github/workflows/build.yml"
- "testdata/"
- "testdata/**"
- ".goreleaser.yml"
permissions:
contents: read