We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1ffaec commit b0e1075Copy full SHA for b0e1075
.github/workflows/deploy.yml
@@ -5,6 +5,8 @@ concurrency:
5
cancel-in-progress: "${{ github.ref != 'refs/heads/main' }}"
6
7
on:
8
+ workflow_dispatch:
9
+ merge_group:
10
pull_request:
11
branches:
12
- main
.github/workflows/test.yml
0 commit comments