ci: run CI only for master branch (#19416)

This commit is contained in:
Edgars Eglītis
2023-11-15 00:02:24 +02:00
committed by GitHub
parent aa5ae9a8ca
commit d73cfa75d4
3 changed files with 12 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
name: Appium Build
on:
push:
branches:
- master
# this list of paths could potentially impact the build
paths:
- '**/tsconfig*.json'
@@ -20,6 +22,8 @@ on:
- '!**/sample-code/**'
- '!packages/*/docs/**'
pull_request:
branches:
- master
paths:
- '**/tsconfig*.json'
- 'packages/base-driver/static/**/*'

View File

@@ -2,6 +2,8 @@ name: Build Docs
on:
pull_request:
branches:
- master
paths:
- '**/typedoc.json'
- '**/tsconfig*.json'
@@ -16,6 +18,8 @@ on:
- '!**/test/**'
- '!**/sample-code/**'
push:
branches:
- master
paths:
- '**/typedoc.json'
- '**/tsconfig*.json'

View File

@@ -1,11 +1,15 @@
name: Validate Renovate Configs
on:
push:
branches:
- master
paths:
- '.github/workflows/renovate.yml' # this file
- '.renovaterc.json'
- 'renovate/default.json'
pull_request:
branches:
- master
paths:
- '.github/workflows/renovate.yml' # this file
- '.renovaterc.json'