mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-10 06:30:32 +00: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:
|
on:
|
||||||
release:
|
release:
|
||||||
types: [released]
|
types: [published]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
WORKSPACE: /tmp/workspace
|
WORKSPACE: /tmp/workspace
|
||||||
|
|||||||
Reference in New Issue
Block a user