From 490c4c0788ea2db4fa2b6096df6e106df08e993e Mon Sep 17 00:00:00 2001 From: Ralf Vogler Date: Thu, 17 Aug 2023 16:31:43 +0200 Subject: [PATCH] don't ignore .github, only issue templates --- .github/workflows/docker.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 6da8fd6..1914326 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -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