mirror of
https://github.com/thomiceli/opengist.git
synced 2024-12-22 12:32: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
|
||||
- 'dev-*'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- '**.yml'
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
|
Loading…
Reference in a new issue