mirror of
https://github.com/thomiceli/opengist
synced 2024-11-08 12:55:50 +01:00
Ignore .yml files for Github Actions
This commit is contained in:
parent
8eb8f4e231
commit
7ce94eea59
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 New Issue
Block a user