CI: Run when workflow yaml file has changed.

This commit is contained in:
Joachim Bauch 2022-05-12 09:49:35 +02:00
parent 94ee083d59
commit f2e159e429
No known key found for this signature in database
GPG key ID: 77C1D22D53E15F02
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'