Skip to content

Commit 6b317e8

Browse files
committed
ci: trigger Pages deploy on Neptune_Render push (bot-synced production won't trigger Actions)
1 parent 71a6858 commit 6b317e8

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/deploy-pages.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
name: Deploy to GitHub Pages (3duf.org)
22

33
# 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).
4+
# which serves the live site at 3duf.org. Triggers on Neptune_Render
5+
# pushes directly (a bot-synced push to production would not trigger
6+
# Actions). production stays a synced mirror via sync-production.yml.
67
on:
78
push:
8-
branches: [production]
9+
branches: [Neptune_Render]
910
workflow_dispatch:
1011

1112
permissions:

0 commit comments

Comments
 (0)