Skip to content

Commit e03242f

Browse files
committed
Revert release branch stuff, it doesnt work
1 parent 5e1b8f3 commit e03242f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/release.yml

-5
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77

88
jobs:
99
windows:
10-
if: github.ref_name == 'release'
1110
runs-on: windows-latest
1211
permissions:
1312
contents: write
@@ -70,7 +69,6 @@ jobs:
7069
artifacts: "D:\\a\\hammer-editor\\hammer-editor\\desktop\\build\\installers\\main-release\\msi\\hammer.msi"
7170

7271
linux:
73-
if: github.ref_name == 'release'
7472
runs-on: ubuntu-latest
7573
steps:
7674
- name: Checkout code
@@ -124,7 +122,6 @@ jobs:
124122
artifacts: "/home/runner/work/hammer-editor/hammer-editor/desktop/build/installers/main-release/deb/hammer.deb"
125123

126124
macos:
127-
if: github.ref_name == 'release'
128125
runs-on: macos-latest
129126
steps:
130127
- name: Checkout code
@@ -178,7 +175,6 @@ jobs:
178175
artifacts: "/Users/runner/work/hammer-editor/hammer-editor/desktop/build/installers/main-release/dmg/hammer.dmg"
179176

180177
server:
181-
if: github.ref_name == 'release'
182178
runs-on: ubuntu-latest
183179
steps:
184180
- name: Checkout code
@@ -234,7 +230,6 @@ jobs:
234230
artifacts: "/home/runner/work/hammer-editor/hammer-editor/server/build/distributions/*.*"
235231

236232
android:
237-
if: github.ref_name == 'release'
238233
runs-on: ubuntu-latest
239234
steps:
240235
- name: Checkout code

0 commit comments

Comments
 (0)