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.
main
master
1 parent 9b50e9e commit ab4a0fcCopy full SHA for ab4a0fc
.github/workflows/ci.yml
@@ -1,13 +1,13 @@
1
name: Run Tests
2
3
on:
4
- # Trigger the workflow on push or pull request, but only for the master branch
+ # Trigger the workflow on push or pull request, but only for the main branch
5
push:
6
branches:
7
- - master
+ - main
8
pull_request:
9
10
11
merge_group:
12
13
permissions:
@@ -29,7 +29,7 @@ jobs:
29
bundler-cache: true
30
- name: Fetch grammar submodules
31
run: |
32
- git fetch origin master:master v2.0.0:v2.0.0 test/attributes:test/attributes test/master:test/master
+ git fetch origin main:main v2.0.0:v2.0.0 test/attributes:test/attributes test/master:test/master
33
sed -i 's|[email protected]:|https://github.com/|' .gitmodules
34
git submodule init
35
git submodule sync --quiet
0 commit comments