Skip to content

Commit 7625d5c

Browse files
ci(docs): test deploy from feature branch
1 parent ff7a8ee commit 7625d5c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci-docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: ci-docs
33

44
on:
55
push:
6-
branches: [master]
76
pull_request:
87
branches: [master]
98

@@ -33,7 +32,7 @@ jobs:
3332
run: bun run build
3433

3534
- name: Deploy to GitHub Pages
36-
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
35+
if: github.event_name == 'push'
3736
uses: peaceiris/actions-gh-pages@v4
3837
with:
3938
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)