Skip to content

Commit

Permalink
chore: ci tests should run on version branches "docusaurus-vX" (#7783)
Browse files Browse the repository at this point in the history
slorber authored Jul 14, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent c751bc6 commit e78a15e
Showing 11 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-blog-only.yml
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@ on:
pull_request:
branches:
- main
- docusaurus-v**
paths:
- packages/**

1 change: 1 addition & 0 deletions .github/workflows/build-perf.yml
Original file line number Diff line number Diff line change
@@ -9,6 +9,7 @@ on:
pull_request:
branches:
- main
- docusaurus-v**
paths:
- package.json
- yarn.lock
1 change: 1 addition & 0 deletions .github/workflows/canary-release.yml
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@ on:
push:
branches:
- main
- docusaurus-v**
paths:
- packages/**

2 changes: 2 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -4,9 +4,11 @@ on:
push:
branches:
- main
- docusaurus-v**
pull_request:
branches:
- main
- docusaurus-v**
schedule:
- cron: 25 22 * * 3

1 change: 1 addition & 0 deletions .github/workflows/lighthouse-report.yml
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@ on:
pull_request_target:
branches:
- main
- docusaurus-v**

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@ on:
pull_request:
branches:
- main
- docusaurus-v**

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
1 change: 1 addition & 0 deletions .github/workflows/showcase-test.yml
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@ on:
pull_request:
branches:
- main
- docusaurus-v**
paths:
- website/src/data/**

2 changes: 2 additions & 0 deletions .github/workflows/tests-e2e.yml
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@ on:
push:
branches:
- main
- docusaurus-v**
paths:
- package.json
- yarn.lock
@@ -13,6 +14,7 @@ on:
pull_request:
branches:
- main
- docusaurus-v**
paths:
- package.json
- yarn.lock
1 change: 1 addition & 0 deletions .github/workflows/tests-swizzle.yml
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@ on:
pull_request:
branches:
- main
- docusaurus-v**
paths:
- packages/**

1 change: 1 addition & 0 deletions .github/workflows/tests-windows.yml
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@ on:
pull_request:
branches:
- main
- docusaurus-v**
paths:
- package.json
- yarn.lock
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@ on:
pull_request:
branches:
- main
- docusaurus-v**
paths:
- package.json
- yarn.lock

0 comments on commit e78a15e

Please sign in to comment.