Skip to content

Commit

Permalink
Rename master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
C0urante committed Mar 26, 2024
1 parent d7fa6fe commit 31fee87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prs_and_commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
name: Pull request checks
on:
pull_request:
branches: [ master ]
branches: [ main ]
push:
branches: [ master ]
branches: [ main ]

# Disallow concurrent runs for the same PR by cancelling in-progress runs
# when new commits are pushed
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_pr_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ jobs:
exit 1
fi
- name: Checkout master
- name: Checkout main
uses: actions/checkout@v2
with:
ref: master
ref: main
fetch-depth: 0

- name: Set up JDK 8
Expand Down

0 comments on commit 31fee87

Please sign in to comment.