There was an error while loading. Please reload this page.
2 parents 440a438 + 80dce64 commit c28ff34Copy full SHA for c28ff34
1 file changed
.github/workflows/deploy-pages.yml
@@ -3,6 +3,9 @@ name: Deploy GitHub Pages
3
on:
4
push:
5
branches: [ main, review ]
6
+ pull_request:
7
+ branches: [ review ]
8
+ types: [opened, synchronize, reopened]
9
schedule:
10
# Update every hour
11
- cron: '0 * * * *'
0 commit comments