We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b688a5 commit f3cffa5Copy full SHA for f3cffa5
1 file changed
.github/workflows/pages.yml
@@ -2,7 +2,7 @@ name: Deploy Gallery
2
3
on:
4
push:
5
- branches: [main]
+ branches: [master]
6
workflow_dispatch:
7
8
permissions:
@@ -44,4 +44,3 @@ jobs:
44
- name: Deploy to GitHub Pages
45
id: deployment
46
uses: actions/deploy-pages@v4
47
-
0 commit comments