We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc2e3e7 commit d0024d7Copy full SHA for d0024d7
.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