Skip to content

Commit c28ff34

Browse files
Merge pull request #40 from Havilah-Blockchain-Studios/review
feat(ci): trigger dashboard updates on PRs to review branch
2 parents 440a438 + 80dce64 commit c28ff34

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy-pages.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Deploy GitHub Pages
33
on:
44
push:
55
branches: [ main, review ]
6+
pull_request:
7+
branches: [ review ]
8+
types: [opened, synchronize, reopened]
69
schedule:
710
# Update every hour
811
- cron: '0 * * * *'

0 commit comments

Comments
 (0)