don't ignore .github, only issue templates
This commit is contained in:
parent
13def8ba18
commit
490c4c0788
1 changed files with 1 additions and 2 deletions
3
.github/workflows/docker.yml
vendored
3
.github/workflows/docker.yml
vendored
|
|
@ -5,9 +5,8 @@ on:
|
||||||
# https://github.com/orgs/community/discussions/26276
|
# https://github.com/orgs/community/discussions/26276
|
||||||
push: # on every branch, but not for PRs from forks?
|
push: # on every branch, but not for PRs from forks?
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- ".github/**"
|
|
||||||
- ".gitignore"
|
|
||||||
- "README.md"
|
- "README.md"
|
||||||
|
- ".github/ISSUE_TEMPLATE/**"
|
||||||
pull_request: # includes PRs from forks but only triggers on creation, not pushes?
|
pull_request: # includes PRs from forks but only triggers on creation, not pushes?
|
||||||
branches:
|
branches:
|
||||||
- "main" # only PRs against main
|
- "main" # only PRs against main
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue