Skip to content

Commit ef07cc3

Browse files
author
Gérard Collin
committed
Switched default branch name to main
1 parent c54090d commit ef07cc3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66

77
jobs:
88
build:
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v2
2020
with:
2121
fetch-depth: 0
22-
ref: master
22+
ref: main
2323

2424
- name: Set up JDK 16
2525
uses: actions/setup-java@v2

0 commit comments

Comments
 (0)