Skip to content

Commit 4441b73

Browse files
committed
Enable the CI workflow
1 parent c793026 commit 4441b73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ name: build
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
tags:
88
- "*-[0-9]+.*"
99
pull_request:
1010
branches:
11-
- master
11+
- main
1212

1313
jobs:
1414
build:

0 commit comments

Comments
 (0)