Skip to content

Commit 9c7ef60

Browse files
committed
docs: triggered when on push to scylla-3.x
this change is not cherry-picked from 4.x, as it is specific to scylla-3.x branch. Signed-off-by: Kefu Chai <[email protected]>
1 parent 7060ee7 commit 9c7ef60

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docs-pages.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: "Docs / Publish"
55
on:
66
push:
77
branches:
8-
- scylla-3.x
8+
- scylla-4.x
99
paths:
1010
- 'docs/**'
1111
- 'faq/**'
@@ -40,4 +40,4 @@ jobs:
4040
- name: Deploy docs to GitHub Pages
4141
run: ./docs/_utils/deploy.sh
4242
env:
43-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/docs-pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: "Docs / Build PR"
55
on:
66
pull_request:
77
branches:
8-
- scylla-3.x
8+
- scylla-4.x
99
paths:
1010
- 'docs/**'
1111
- 'faq/**'
@@ -33,4 +33,4 @@ jobs:
3333
- name: Set up env
3434
run: make -C docs setupenv
3535
- name: Build docs
36-
run: make -C docs test
36+
run: make -C docs test

0 commit comments

Comments
 (0)