Skip to content

Commit fbcf719

Browse files
committed
chore: Update GitHub Pages workflow configuration
1 parent 73c2554 commit fbcf719

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/deploy-github-pages.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,18 @@ name: Deploy to GitHub Pages
22

33
on:
44
push:
5-
branches:
6-
- main
5+
branches: [ "main" ]
6+
pull_request:
7+
branches: [ "main" ]
8+
9+
workflow_dispatch:
710

811
jobs:
912
deploy:
1013
runs-on: ubuntu-latest
1114
steps:
1215
- name: Checkout code
13-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1417

1518
- name: Set up Node.js
1619
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)