Skip to content

Commit 2ade816

Browse files
authored
Merge pull request #7 from aochoae/chore/workflow
Adds main branch to GitHub Action
2 parents 4121964 + e56e4fb commit 2ade816

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ name: Build & Test (8 & 21)
33
on:
44
push:
55
branches:
6+
- "main"
67
- "develop"
78
- "feature/*"
89
pull_request:
910
branches:
11+
- "main"
1012
- "develop"
1113
- "feature/*"
1214

0 commit comments

Comments
 (0)