mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-09-03 23:50:53 +02:00
adding branch main to all GitHub workflows
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
This commit is contained in:
parent
5f1ea9e770
commit
997621782b
7 changed files with 15 additions and 1 deletions
3
.github/workflows/ubuntu.yml
vendored
3
.github/workflows/ubuntu.yml
vendored
|
@ -4,9 +4,12 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
env:
|
||||
CTEST_OUTPUT_ON_FAILURE: 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue