Skip to content

Commit f3cffa5

Browse files
committed
Fix Pages workflow branch trigger
1 parent 0b688a5 commit f3cffa5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/pages.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy Gallery
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [master]
66
workflow_dispatch:
77

88
permissions:
@@ -44,4 +44,3 @@ jobs:
4444
- name: Deploy to GitHub Pages
4545
id: deployment
4646
uses: actions/deploy-pages@v4
47-

0 commit comments

Comments
 (0)