diff options
author | Adam Bard <adam@adambard.com> | 2024-04-06 11:55:41 -0700 |
---|---|---|
committer | Adam Bard <adam@adambard.com> | 2024-04-06 11:55:41 -0700 |
commit | a7af37b804dfd4896bc4f77f888ca9311b8f2cc6 (patch) | |
tree | c9257249c3473e337fa95520d353ed832cc4e3ca /.github | |
parent | de9e4c977d6b713f6c01e26aa613656b2d28752c (diff) |
Add main to triggering branches for build (mostly to test build trigger)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
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: |