Skip to content

Commit

Permalink
Update checks' run rules on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
testableapple committed Jul 13, 2023
1 parent 250ff43 commit cdfdf3b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/workflows/emerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,19 @@ on:
branches:
- main
- develop
paths-ignore:
- 'docusaurus/**'
- 'README.md'
- 'CHANGELOG.md'

pull_request:
branches:
- main
- develop
paths-ignore:
- 'docusaurus/**'
- 'README.md'
- 'CHANGELOG.md'

workflow_dispatch:

Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/smoke-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,16 @@ on:
branches:
- main
- develop
paths-ignore:
- 'docusaurus/**'

pull_request:
branches:
- '**'
paths-ignore:
- 'docusaurus/**'
- 'README.md'
- 'CHANGELOG.md'

workflow_dispatch:

Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/vale-doc-lint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Check Docusaurus docs with Vale linter

on: [pull_request]
on:
pull_request:
paths:
- 'docusaurus/**'

jobs:
vale:
Expand Down

0 comments on commit cdfdf3b

Please sign in to comment.