mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2025-05-31 13:18:50 +00:00
Add manual workflow dispatch to Publish (#804)
So we can trigger publish manually
This commit is contained in:
parent
ebcb742931
commit
5ae42ebd82
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
name: Publish
|
name: Publish
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- "v*"
|
- "v*"
|
||||||
|
Loading…
Reference in New Issue
Block a user