Skip to content

Commit e56e4fb

Browse files
committed
Adds main branch to GitHub Action
1 parent 4121964 commit e56e4fb

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)