mirror of
https://github.com/thomiceli/opengist.git
synced 2024-12-22 20:42:40 +00:00
Ignore .yml files for Github Actions
This commit is contained in:
parent
8eb8f4e231
commit
7ce94eea59
1 changed files with 2 additions and 0 deletions
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
@ -5,6 +5,8 @@ on:
|
||||||
- master
|
- master
|
||||||
- 'dev-*'
|
- 'dev-*'
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths-ignore:
|
||||||
|
- '**.yml'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
|
|
Loading…
Reference in a new issue