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 a30717a commit 2375f10Copy full SHA for 2375f10
.github/workflows/auto-testing.yml
@@ -7,6 +7,7 @@ on:
7
push:
8
pull_request:
9
merge_group:
10
+ workflow_dispatch:
11
12
jobs:
13
build:
.github/workflows/generate-code.yml
@@ -1,11 +1,10 @@
1
name: Generate code and open pull request
2
3
on:
4
- workflow_dispatch:
5
- pull_request:
6
- branches:
- - master
+ pull_request:
+ merge_group:
0 commit comments