Merge pull request #249 from strukturag/ci-runon-yaml-change

CI: Run when workflow yaml file has changed.
This commit is contained in:
Joachim Bauch 2022-05-12 09:54:50 +02:00 committed by GitHub
commit b517b01503
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 0 deletions

View file

@ -4,11 +4,13 @@ on:
push:
branches: [ master ]
paths:
- '.github/workflows/codeql-analysis.yml'
- '**.go'
- 'go.*'
pull_request:
branches: [ master ]
paths:
- '.github/workflows/codeql-analysis.yml'
- '**.go'
- 'go.*'
schedule:

View file

@ -4,11 +4,13 @@ on:
push:
branches: [ master ]
paths:
- '.github/workflows/lint.yml'
- '**.go'
- 'go.*'
pull_request:
branches: [ master ]
paths:
- '.github/workflows/lint.yml'
- '**.go'
- 'go.*'

View file

@ -4,12 +4,14 @@ on:
push:
branches: [ master ]
paths:
- '.github/workflows/test.yml'
- '**.go'
- 'go.*'
- 'Makefile'
pull_request:
branches: [ master ]
paths:
- '.github/workflows/test.yml'
- '**.go'
- 'go.*'
- 'Makefile'