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 98195b7 commit b2c00a2Copy full SHA for b2c00a2
.github/workflows/test.yml
@@ -1,9 +1,15 @@
1
name: Test
2
+
3
on:
4
push:
- branches: [ master ]
5
+ branches:
6
+ - master
7
+ - release-*
8
pull_request:
9
10
11
12
13
jobs:
14
build:
15
timeout-minutes: 30
.github/workflows/verify_api.yml
@@ -1,12 +1,16 @@
name: Verify API
paths:
- 'scripts/*'
- 'api-generator/*'
- 'scripts/**'
16
- 'api-generator/**'
0 commit comments