mirror of
https://github.com/thomiceli/opengist.git
synced 2024-12-31 23:22:39 +00:00
Fix CI trigger
This commit is contained in:
parent
17237713a1
commit
9ac7a76f4a
1 changed files with 4 additions and 0 deletions
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
|
@ -1,11 +1,15 @@
|
||||||
name: "Go CI"
|
name: "Go CI"
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
- 'dev-*'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '**.yml'
|
- '**.yml'
|
||||||
|
- '**.md'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
|
|
Loading…
Reference in a new issue