mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
Fix missing workflow_dispatch
trigger for build-security
(#29041)
This commit is contained in:
parent
8b7b0ee598
commit
7316a08380
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build-security.yml
vendored
2
.github/workflows/build-security.yml
vendored
|
@ -1,4 +1,6 @@
|
|||
name: Build security nightly container image
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
Loading…
Reference in a new issue