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 2bf157e commit 5085ebeCopy full SHA for 5085ebe
1 file changed
.github/workflows/release-preview.yml
@@ -4,7 +4,8 @@ concurrency: 'release-preview'
4
on:
5
workflow_run:
6
workflows: [ 'verification' ]
7
- types: [completed]
+ types: [completed]
8
+ branches: [main]
9
10
workflow_dispatch:
11
inputs:
0 commit comments