Skip to content

Commit

Permalink
docs: triggered when on push to scylla-3.x
Browse files Browse the repository at this point in the history
this change is not cherry-picked from 4.x, as it is specific to
scylla-3.x branch.

Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>
  • Loading branch information
tchaikov committed Jul 11, 2024
1 parent 7060ee7 commit 9c7ef60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: "Docs / Publish"
on:
push:
branches:
- scylla-3.x
- scylla-4.x
paths:
- 'docs/**'
- 'faq/**'
Expand Down Expand Up @@ -40,4 +40,4 @@ jobs:
- name: Deploy docs to GitHub Pages
run: ./docs/_utils/deploy.sh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/docs-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: "Docs / Build PR"
on:
pull_request:
branches:
- scylla-3.x
- scylla-4.x
paths:
- 'docs/**'
- 'faq/**'
Expand Down Expand Up @@ -33,4 +33,4 @@ jobs:
- name: Set up env
run: make -C docs setupenv
- name: Build docs
run: make -C docs test
run: make -C docs test

0 comments on commit 9c7ef60

Please sign in to comment.