We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4244e16 commit 6d92699Copy full SHA for 6d92699
.github/workflows/ci.yml
@@ -1,12 +1,12 @@
1
name: CI
2
3
-# Run CI when a PR is opened against the branch `master`
4
-# and when one pushes a commit to `master`.
+# Run CI when a PR is opened against the branch `main`
+# and when one pushes a commit to `main`.
5
on:
6
push:
7
- branches: [master]
+ branches: [main]
8
pull_request:
9
10
11
# Run CI on all 3 latest OSes
12
jobs:
0 commit comments