mirror of
https://github.com/microsoft/playwright-java.git
synced 2025-12-28 10:20:45 +00:00
fix: run tests on release-* branches too (#289)
This commit is contained in:
parent
8e62a47f6d
commit
8bfb69b93d
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@ -1,9 +1,13 @@
|
||||
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