There was an error while loading. Please reload this page.
1 parent 71a6858 commit 6b317e8Copy full SHA for 6b317e8
1 file changed
.github/workflows/deploy-pages.yml
@@ -1,11 +1,12 @@
1
name: Deploy to GitHub Pages (3duf.org)
2
3
# Builds the Vue app and publishes dist/ to the gh-pages branch,
4
-# which serves the live site at 3duf.org. Triggered when the
5
-# production branch updates (auto-synced from Neptune_Render).
+# which serves the live site at 3duf.org. Triggers on Neptune_Render
+# pushes directly (a bot-synced push to production would not trigger
6
+# Actions). production stays a synced mirror via sync-production.yml.
7
on:
8
push:
- branches: [production]
9
+ branches: [Neptune_Render]
10
workflow_dispatch:
11
12
permissions:
0 commit comments