Skip to content

Commit 85f2715

Browse files
authored
Merge pull request #125 from tjholm/remove-workflow-conditions
remove conditions from release and rc flows.
2 parents e11cc1a + 054716a commit 85f2715

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/release-rc.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
jobs:
88
# Bump the membrane version
99
version_bump:
10-
if: github.event.pull_request.merged == true
1110
name: Bump Version and Create Release
1211
runs-on: ubuntu-latest
1312
outputs:

.github/workflows/release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
jobs:
77
# Bump the membrane version
88
version_bump:
9-
if: github.event.pull_request.merged == true
109
name: Bump Version and Create Release
1110
runs-on: ubuntu-latest
1211
outputs:

0 commit comments

Comments
 (0)