Skip to content

Commit bb5aa56

Browse files
committed
feat: update ci workflow to build branches with main
1 parent 6a63cf6 commit bb5aa56

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ name: 'CI'
77
on:
88
# Triggers the workflow on push or pull request events but only for the master branch
99
push:
10-
branches: [ master ]
10+
branches:
11+
- main
1112
pull_request:
1213

1314
jobs:

0 commit comments

Comments
 (0)