summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorAdam Bard <adam@adambard.com>2024-04-06 11:55:41 -0700
committerAdam Bard <adam@adambard.com>2024-04-06 11:55:41 -0700
commita7af37b804dfd4896bc4f77f888ca9311b8f2cc6 (patch)
treec9257249c3473e337fa95520d353ed832cc4e3ca /.github
parentde9e4c977d6b713f6c01e26aa613656b2d28752c (diff)
Add main to triggering branches for build (mostly to test build trigger)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 87bab584..955442a8 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -2,7 +2,7 @@ name: Trigger site build
on:
push:
- branches: [master]
+ branches: [main, master]
jobs:
deploy: