Skip to content

Commit 4568aa8

Browse files
committed
Updating workflows to check against the correct branches
1 parent 3e3d6e8 commit 4568aa8

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/deploy-docs-prod.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
uses: dorny/paths-filter@v2
3636
id: filter
3737
with:
38+
base: prod
39+
head: staging
3840
filters: |
3941
notebooks:
4042
- 'site/notebooks/**'

.github/workflows/deploy-docs-staging.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
uses: dorny/paths-filter@v2
3636
id: filter
3737
with:
38+
base: staging
39+
head: main
3840
filters: |
3941
notebooks:
4042
- 'site/notebooks/**'

.github/workflows/validate-docs-site.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
uses: dorny/paths-filter@v2
3535
id: filter
3636
with:
37+
base: main
38+
head: ${{ github.head_ref }}
3739
filters: |
3840
notebooks:
3941
- 'site/notebooks/**'

0 commit comments

Comments
 (0)