From 4a9265ce4a30ad52ab7f33b0efe3515d7d59133f Mon Sep 17 00:00:00 2001 From: Andreas Eriksson Date: Tue, 13 Sep 2022 15:53:48 +0200 Subject: [PATCH] Ignore templates dir from Go testing --- .github/workflows/static.yml | 1 + .github/workflows/test.yml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 3e141f0..4ccd676 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -4,6 +4,7 @@ on: pull_request: paths-ignore: - 'docs/' + - 'templates/' - 'CHANGELOG.md' - 'README.md' diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9691916..e360006 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,11 +6,13 @@ on: pull_request: paths-ignore: - 'docs/' + - 'templates/' - 'CHANGELOG.md' - 'README.md' push: paths-ignore: - 'docs/' + - 'templates/' - 'CHANGELOG.md' - 'README.md' # For systems with an upstream API that could drift unexpectedly (like most SaaS systems, etc.),