aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 6612e256d..3119f59b9 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -4,8 +4,13 @@ on:
4 push: 4 push:
5 branches: [ master ] 5 branches: [ master ]
6 paths-ignore: 6 paths-ignore:
7 - '.github/ISSUE_TEMPLATE/*'
7 - .git-blame-ignore-revs 8 - .git-blame-ignore-revs
9 - .github/dependabot.yml
10 - .github/pull_request_template.md
11 - .github/workflows/codeql-analysis.yml
8 - .gitignore 12 - .gitignore
13 - .gitlab-ci.yml
9 - CONTRIBUTING.md 14 - CONTRIBUTING.md
10 - COPYING 15 - COPYING
11 - README 16 - README
@@ -15,8 +20,13 @@ on:
15 pull_request: 20 pull_request:
16 branches: [ master ] 21 branches: [ master ]
17 paths-ignore: 22 paths-ignore:
23 - '.github/ISSUE_TEMPLATE/*'
18 - .git-blame-ignore-revs 24 - .git-blame-ignore-revs
25 - .github/dependabot.yml
26 - .github/pull_request_template.md
27 - .github/workflows/codeql-analysis.yml
19 - .gitignore 28 - .gitignore
29 - .gitlab-ci.yml
20 - CONTRIBUTING.md 30 - CONTRIBUTING.md
21 - COPYING 31 - COPYING
22 - README 32 - README