1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-07-31 12:00:34 +02:00

Add main to triggering branches for build (mostly to test build trigger)

This commit is contained in:
Adam Bard
2024-04-06 11:55:41 -07:00
parent de9e4c977d
commit a7af37b804

View File

@@ -2,7 +2,7 @@ name: Trigger site build
on:
push:
branches: [master]
branches: [main, master]
jobs:
deploy: