We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc2929c commit 21f1bb8Copy full SHA for 21f1bb8
.github/workflows/deploy.yml
@@ -22,7 +22,6 @@ jobs:
22
(github.event_name == 'workflow_dispatch') ||
23
(
24
github.event_name == 'workflow_run' &&
25
- github.event.workflow_run.conclusion == 'success' &&
26
27
github.event.workflow_run.head_branch == 'main' ||
28
startsWith(github.event.workflow_run.head_branch, 'v')
0 commit comments