don't ignore .github, only issue templates

This commit is contained in:
Ralf Vogler 2023-08-17 16:31:43 +02:00
parent 13def8ba18
commit 490c4c0788

View file

@ -5,9 +5,8 @@ on:
# https://github.com/orgs/community/discussions/26276
push: # on every branch, but not for PRs from forks?
paths-ignore:
- ".github/**"
- ".gitignore"
- "README.md"
- ".github/ISSUE_TEMPLATE/**"
pull_request: # includes PRs from forks but only triggers on creation, not pushes?
branches:
- "main" # only PRs against main