From 23ea15fd7b46845c91bfd7d5df9e9c894e940d53 Mon Sep 17 00:00:00 2001 From: rusty-snake <41237666+rusty-snake@users.noreply.github.com> Date: Sat, 24 Apr 2021 11:49:27 +0200 Subject: Add some more paths-ignore to build-extra.yml --- .github/workflows/build-extra.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.github/workflows/build-extra.yml') diff --git a/.github/workflows/build-extra.yml b/.github/workflows/build-extra.yml index 40ba00db6..29f14788d 100644 --- a/.github/workflows/build-extra.yml +++ b/.github/workflows/build-extra.yml @@ -10,6 +10,9 @@ on: - RELNOTES - SECURITY.md - 'etc/**' + - 'src/firecfg/firecfg.config' + - '.github/ISSUE_TEMPLATE/*' + - '.github/pull_request_template.md' pull_request: branches: [ master ] paths-ignore: @@ -19,6 +22,9 @@ on: - RELNOTES - SECURITY.md - 'etc/**' + - 'src/firecfg/firecfg.config' + - '.github/ISSUE_TEMPLATE/*' + - '.github/pull_request_template.md' jobs: build-clang: -- cgit v1.2.3-70-g09d2