mirror of
https://github.com/microsoft/playwright-java.git
synced 2026-03-30 19:32:50 +00:00
fix: update worflow configs to run on release branches (#288)
This commit is contained in:
parent
98195b762b
commit
b2c00a2195
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
@ -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
|
||||
|
||||
8
.github/workflows/verify_api.yml
vendored
8
.github/workflows/verify_api.yml
vendored
@ -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/**'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user