We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f30ab2 commit 0710d96Copy full SHA for 0710d96
1 file changed
.github/workflows/deploy-pages.yml
@@ -16,15 +16,15 @@
16
# Project site URL: https://<owner>.github.io/<repo>/
17
# EXPO_PUBLIC_BASE_PATH below must match that /<repo> prefix so assets load.
18
#
19
-# To deploy from a branch other than main, add it under `on.push.branches`.
+# Only `main` is allowed to deploy (GitHub Pages environment protection). Merge to main to publish.
20
# For a site at the domain root (not /repo/), set EXPO_PUBLIC_BASE_PATH in the
21
# Export step to "" and adjust app.config handling if needed.
22
23
name: Deploy web to GitHub Pages
24
25
on:
26
push:
27
- branches: [main, feature/graphing, feature/graph2]
+ branches: [main]
28
workflow_dispatch:
29
30
permissions:
0 commit comments