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:
push:
branches: [main]
paths-ignore:
- 'docs/**'
pull_request:
branches: [main]
paths-ignore:
- 'docs/**'
jobs:
analyse:

View File

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

View File

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