Skip to content

Commit 31fee87

Browse files
committed
Rename master to main
1 parent d7fa6fe commit 31fee87

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/prs_and_commits.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
name: Pull request checks
2727
on:
2828
pull_request:
29-
branches: [ master ]
29+
branches: [ main ]
3030
push:
31-
branches: [ master ]
31+
branches: [ main ]
3232

3333
# Disallow concurrent runs for the same PR by cancelling in-progress runs
3434
# when new commits are pushed

.github/workflows/release_pr_workflow.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ jobs:
5757
exit 1
5858
fi
5959
60-
- name: Checkout master
60+
- name: Checkout main
6161
uses: actions/checkout@v2
6262
with:
63-
ref: master
63+
ref: main
6464
fetch-depth: 0
6565

6666
- name: Set up JDK 8

0 commit comments

Comments
 (0)