mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-08 18:16:59 +00:00
Only run CI if there are changes to go files or the workflow [skip ci]
This commit is contained in:
parent
086e205eba
commit
f1ccfcf150
6
.github/workflows/dendrite.yml
vendored
6
.github/workflows/dendrite.yml
vendored
@ -4,7 +4,13 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- '**.go' # only execute on changes to go files
|
||||
- '.github/workflows/**' # or workflow changes
|
||||
pull_request:
|
||||
paths:
|
||||
- '**.go'
|
||||
- '.github/workflows/**'
|
||||
release:
|
||||
types: [published]
|
||||
workflow_dispatch:
|
||||
|
Loading…
Reference in New Issue
Block a user