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.yml26
1 files changed, 18 insertions, 8 deletions
diff --git a/.github/workflows/build-extra.yml b/.github/workflows/build-extra.yml
index c0e0062cd..e9ec436a4 100644
--- a/.github/workflows/build-extra.yml
+++ b/.github/workflows/build-extra.yml
@@ -4,33 +4,43 @@ on:
4 push: 4 push:
5 branches: [ master ] 5 branches: [ master ]
6 paths-ignore: 6 paths-ignore:
7 - '.github/ISSUE_TEMPLATE/*'
8 - 'etc/**'
9 - 'contrib/vim/**'
10 - 'src/man/*.txt'
7 - .git-blame-ignore-revs 11 - .git-blame-ignore-revs
12 - .github/dependabot.yml
13 - .github/pull_request_template.md
14 - .github/workflows/codeql-analysis.yml
8 - .gitignore 15 - .gitignore
16 - .gitlab-ci.yml
9 - CONTRIBUTING.md 17 - CONTRIBUTING.md
10 - COPYING 18 - COPYING
11 - README 19 - README
12 - README.md 20 - README.md
13 - RELNOTES 21 - RELNOTES
14 - SECURITY.md 22 - SECURITY.md
15 - 'etc/**' 23 - src/firecfg/firecfg.config
16 - 'src/firecfg/firecfg.config'
17 - '.github/ISSUE_TEMPLATE/*'
18 - '.github/pull_request_template.md'
19 pull_request: 24 pull_request:
20 branches: [ master ] 25 branches: [ master ]
21 paths-ignore: 26 paths-ignore:
27 - '.github/ISSUE_TEMPLATE/*'
28 - 'etc/**'
29 - 'contrib/vim/**'
30 - 'src/man/*.txt'
22 - .git-blame-ignore-revs 31 - .git-blame-ignore-revs
32 - .github/dependabot.yml
33 - .github/pull_request_template.md
34 - .github/workflows/codeql-analysis.yml
23 - .gitignore 35 - .gitignore
36 - .gitlab-ci.yml
24 - CONTRIBUTING.md 37 - CONTRIBUTING.md
25 - COPYING 38 - COPYING
26 - README 39 - README
27 - README.md 40 - README.md
28 - RELNOTES 41 - RELNOTES
29 - SECURITY.md 42 - SECURITY.md
30 - 'etc/**' 43 - src/firecfg/firecfg.config
31 - 'src/firecfg/firecfg.config'
32 - '.github/ISSUE_TEMPLATE/*'
33 - '.github/pull_request_template.md'
34 44
35permissions: # added using https://github.com/step-security/secure-workflows 45permissions: # added using https://github.com/step-security/secure-workflows
36 contents: read 46 contents: read