We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73c2554 commit fbcf719Copy full SHA for fbcf719
1 file changed
.github/workflows/deploy-github-pages.yml
@@ -2,15 +2,18 @@ name: Deploy to GitHub Pages
2
3
on:
4
push:
5
- branches:
6
- - main
+ branches: [ "main" ]
+ pull_request:
7
8
+
9
+ workflow_dispatch:
10
11
jobs:
12
deploy:
13
runs-on: ubuntu-latest
14
steps:
15
- name: Checkout code
- uses: actions/checkout@v3
16
+ uses: actions/checkout@v4
17
18
- name: Set up Node.js
19
uses: actions/setup-node@v3
0 commit comments