mirror of
https://github.com/taiki-e/install-action
synced 2026-09-07 20:03:26 +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:
@@ -5,7 +5,7 @@ permissions:
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [released]
|
||||
types: [published]
|
||||
|
||||
env:
|
||||
WORKSPACE: /tmp/workspace
|
||||
|
||||
Reference in New Issue
Block a user