mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
Exclude certain paths from docker publish workflow (#10884)
This commit is contained in:
parent
c6c5e6c61b
commit
689d6ddffe
12
.github/workflows/goreleaser-snapshot-fleet.yaml
vendored
12
.github/workflows/goreleaser-snapshot-fleet.yaml
vendored
@ -1,6 +1,16 @@
|
||||
name: Docker publish
|
||||
|
||||
on: push
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- 'handbook/**'
|
||||
- 'website/**'
|
||||
- 'mdm-profiles/**'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'handbook/**'
|
||||
- 'website/**'
|
||||
- 'mdm-profiles/**'
|
||||
|
||||
# This allows a subsequently queued workflow run to interrupt previous runs
|
||||
concurrency:
|
||||
|
Loading…
Reference in New Issue
Block a user