mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-08 18:05:42 +08:00
ci: Fix trigger of manifest_sync workflow
https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#release
This commit is contained in:
2
.github/workflows/manifest_sync.yml
vendored
2
.github/workflows/manifest_sync.yml
vendored
@@ -5,7 +5,7 @@ permissions:
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [released]
|
||||
types: [published]
|
||||
|
||||
env:
|
||||
WORKSPACE: /tmp/workspace
|
||||
|
||||
Reference in New Issue
Block a user