mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Build Docker images on push to any branch (#3756)
Allows for testing release branches and any others.
This commit is contained in:
parent
e1d484ac1f
commit
1782fc7b8f
1 changed files with 1 additions and 6 deletions
|
|
@ -1,11 +1,6 @@
|
|||
name: Docker publish
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- patch-*
|
||||
pull_request:
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
# This check-secrets job is used to gate execution of the main job. External PRs will not have
|
||||
|
|
|
|||
Loading…
Reference in a new issue