Skip to content

Commit 10f15fc

Browse files
author
Néstor Salceda
committed
fix: Main branch is called main instead of master
1 parent 43f0222 commit 10f15fc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci-master.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
- main
78

89
jobs:
910
build-and-test:

.github/workflows/ci-pull-request.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches:
66
- master
7+
- main
78

89
jobs:
910
build-and-test:

0 commit comments

Comments
 (0)