Skip to content

Commit 6d92699

Browse files
Fix branch in CI
1 parent 4244e16 commit 6d92699

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: CI
22

3-
# Run CI when a PR is opened against the branch `master`
4-
# and when one pushes a commit to `master`.
3+
# Run CI when a PR is opened against the branch `main`
4+
# and when one pushes a commit to `main`.
55
on:
66
push:
7-
branches: [master]
7+
branches: [main]
88
pull_request:
9-
branches: [master]
9+
branches: [main]
1010

1111
# Run CI on all 3 latest OSes
1212
jobs:

0 commit comments

Comments
 (0)