Skip to content

Commit

Permalink
build: only run release-preview on main
Browse files Browse the repository at this point in the history
  • Loading branch information
egil authored May 20, 2022
1 parent 2bf157e commit 6527ad4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ concurrency: 'release-preview'
on:
workflow_run:
workflows: [ 'verification' ]
types: [completed]
types: [completed]
branches: [main]

workflow_dispatch:
inputs:
Expand Down

0 comments on commit 6527ad4

Please sign in to comment.