mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-22 12:32:09 +03:00
Add main to triggering branches for build (mostly to test build trigger)
This commit is contained in:
parent
de9e4c977d
commit
a7af37b804
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -2,7 +2,7 @@ name: Trigger site build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
branches: [main, master]
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
Loading…
Reference in New Issue
Block a user