We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7fa6fe commit 31fee87Copy full SHA for 31fee87
.github/workflows/prs_and_commits.yml
@@ -26,9 +26,9 @@
26
name: Pull request checks
27
on:
28
pull_request:
29
- branches: [ master ]
+ branches: [ main ]
30
push:
31
32
33
# Disallow concurrent runs for the same PR by cancelling in-progress runs
34
# when new commits are pushed
.github/workflows/release_pr_workflow.yml
@@ -57,10 +57,10 @@ jobs:
57
exit 1
58
fi
59
60
- - name: Checkout master
+ - name: Checkout main
61
uses: actions/checkout@v2
62
with:
63
- ref: master
+ ref: main
64
fetch-depth: 0
65
66
- name: Set up JDK 8
0 commit comments