Skip to content

Commit 748e5eb

Browse files
authored
Update CI.yml to point to main branch instead of master
1 parent 298dfa9 commit 748e5eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: CI
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
tags: ['*']
77
pull_request:
88
branches:
9-
- master
9+
- main
1010
concurrency:
1111
# Skip intermediate builds: always.
1212
# Cancel intermediate builds: only if it is a pull request build.

0 commit comments

Comments
 (0)