Skip to content

Commit e089e7d

Browse files
authored
Allow builds from other branches (#414)
1 parent 1c24fb1 commit e089e7d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
- name: Checkout code
3838
uses: actions/checkout@v4
3939
with:
40-
ref: "stable"
4140
fetch-depth: 0
4241
submodules: true
4342

@@ -108,7 +107,6 @@ jobs:
108107
- name: Checkout code
109108
uses: actions/checkout@v4
110109
with:
111-
ref: "stable"
112110
fetch-depth: 0
113111
submodules: true
114112

@@ -168,7 +166,6 @@ jobs:
168166
- name: Checkout code
169167
uses: actions/checkout@v4
170168
with:
171-
ref: "stable"
172169
fetch-depth: 0
173170
submodules: true
174171

@@ -221,7 +218,6 @@ jobs:
221218
- name: Checkout code
222219
uses: actions/checkout@v4
223220
with:
224-
ref: "stable"
225221
fetch-depth: 0
226222
submodules: true
227223

0 commit comments

Comments
 (0)