chore: exclude actions from changes to docs (#44412)

* chore: exclude actions from changes to docs

* fix(actions): Node.js flows needed for merge :(

* chore: apply suggestions from code review

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>

* chore: apply suggestions from code review

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
This commit is contained in:
Mrugesh Mohapatra
2021-12-08 19:12:07 +05:30
committed by GitHub
parent 2528f7c466
commit c9faf384b0
3 changed files with 13 additions and 0 deletions

View File

@ -3,8 +3,12 @@ name: 'CodeQL'
on: on:
push: push:
branches: [main] branches: [main]
paths-ignore:
- 'docs/**'
pull_request: pull_request:
branches: [main] branches: [main]
paths-ignore:
- 'docs/**'
jobs: jobs:
analyse: analyse:

View File

@ -1,8 +1,13 @@
on: on:
push: push:
paths-ignore:
- 'docs/**'
branches: branches:
- main - main
pull_request_target: pull_request_target:
paths-ignore:
- 'docs/**'
types: [opened, synchronize, reopened] types: [opened, synchronize, reopened]
name: CodeSee Map name: CodeSee Map

View File

@ -1,9 +1,13 @@
name: Cypress name: Cypress
on: on:
push: push:
paths-ignore:
- 'docs/**'
branches-ignore: branches-ignore:
- 'renovate/**' - 'renovate/**'
pull_request: pull_request:
paths-ignore:
- 'docs/**'
jobs: jobs:
build-client: build-client: