1
0
mirror of synced 2026-08-05 06:56:56 +00:00

fix: update worflow configs to run on release branches (#288)

This commit is contained in:
Yury Semikhatsky
2021-02-19 09:31:36 -08:00
committed by GitHub
parent 98195b762b
commit b2c00a2195
2 changed files with 14 additions and 4 deletions
+8 -2
View File
@@ -1,9 +1,15 @@
name: Test
on:
push:
branches: [ master ]
branches:
- master
- release-*
pull_request:
branches: [ master ]
branches:
- master
- release-*
jobs:
build:
timeout-minutes: 30
+6 -2
View File
@@ -1,12 +1,16 @@
name: Verify API
on:
push:
branches: [ master ]
branches:
- master
- release-*
paths:
- 'scripts/*'
- 'api-generator/*'
pull_request:
branches: [ master ]
branches:
- master
- release-*
paths:
- 'scripts/**'
- 'api-generator/**'