mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Publish on push to prepare and patch branches (#14648)
This commit is contained in:
parent
e6d4ed5f7a
commit
23d8087401
1 changed files with 4 additions and 0 deletions
|
|
@ -2,6 +2,10 @@ name: Docker publish
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
- 'prepare-*'
|
||||
- 'patch-*'
|
||||
paths-ignore:
|
||||
- 'handbook/**'
|
||||
- 'website/**'
|
||||
|
|
|
|||
Loading…
Reference in a new issue