Skip to content

Commit ede07bf

Browse files
committed
Allow release-prepare to run on subsequent branch updates
1 parent ef04be6 commit ede07bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_prepare.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1010
jobs:
1111
fetch-versions:
12-
if: github.event.created && github.repository == 'zenml-io/zenml'
12+
if: github.repository == 'zenml-io/zenml'
1313
runs-on: ubuntu-latest
1414
outputs:
1515
old_version: ${{ steps.old-version.outputs.old_version }}

0 commit comments

Comments
 (0)