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 75d5da0 commit 0008917Copy full SHA for 0008917
.github/workflows/generate-code.yml
@@ -1,11 +1,10 @@
1
name: Generate OpenAPI based code
2
3
on:
4
- workflow_dispatch:
5
- pull_request:
6
push:
7
- branches:
8
- - master
+ pull_request:
+ merge_group:
+ workflow_dispatch:
9
10
jobs:
11
tests:
.github/workflows/test.yml
@@ -4,6 +4,7 @@ on:
pull_request:
merge_group:
build:
0 commit comments