aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build-extra.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build-extra.yml')
-rw-r--r--.github/workflows/build-extra.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/build-extra.yml b/.github/workflows/build-extra.yml
index 04023ab45..e7f4109f0 100644
--- a/.github/workflows/build-extra.yml
+++ b/.github/workflows/build-extra.yml
@@ -2,7 +2,6 @@ name: Build-extra CI
2 2
3on: 3on:
4 push: 4 push:
5 branches: [ master ]
6 paths-ignore: 5 paths-ignore:
7 - '.github/ISSUE_TEMPLATE/*' 6 - '.github/ISSUE_TEMPLATE/*'
8 - 'contrib/syntax/**' 7 - 'contrib/syntax/**'
@@ -25,7 +24,6 @@ on:
25 - SECURITY.md 24 - SECURITY.md
26 - src/firecfg/firecfg.config 25 - src/firecfg/firecfg.config
27 pull_request: 26 pull_request:
28 branches: [ master ]
29 paths-ignore: 27 paths-ignore:
30 - '.github/ISSUE_TEMPLATE/*' 28 - '.github/ISSUE_TEMPLATE/*'
31 - 'contrib/syntax/**' 29 - 'contrib/syntax/**'