mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Allow build orbit to run manually (#13795)
This commit is contained in:
parent
075ecf4a62
commit
899cb38f22
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build-orbit.yaml
vendored
1
.github/workflows/build-orbit.yaml
vendored
|
|
@ -1,6 +1,7 @@
|
|||
name: Build, Sign and Notarize Orbit
|
||||
|
||||
on:
|
||||
workflow_dispatch: # allow manual action
|
||||
pull_request:
|
||||
paths:
|
||||
- 'orbit/**.go'
|
||||
|
|
|
|||
Loading…
Reference in a new issue