File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
name : Run Tests
2
2
3
3
on :
4
- # Trigger the workflow on push or pull request, but only for the master branch
4
+ # Trigger the workflow on push or pull request, but only for the main branch
5
5
push :
6
6
branches :
7
- - master
7
+ - main
8
8
pull_request :
9
9
branches :
10
- - master
10
+ - main
11
11
merge_group :
12
12
13
13
permissions :
29
29
bundler-cache : true
30
30
- name : Fetch grammar submodules
31
31
run : |
32
- git fetch origin master:master v2.0.0:v2.0.0 test/attributes:test/attributes test/master:test/master
32
+ git fetch origin main:main v2.0.0:v2.0.0 test/attributes:test/attributes test/master:test/master
33
33
sed -i 's|[email protected] :|https://github.com/|' .gitmodules
34
34
git submodule init
35
35
git submodule sync --quiet
You can’t perform that action at this time.
0 commit comments