Skip to content

Commit

Permalink
fixing the prepare trigger (#3138)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcdurak authored Oct 24, 2024
1 parent 605761f commit 024d612
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release_prepare.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
---
name: release-prepare
on:
workflow_dispatch:
create:
branches: ["misc/prepare-release-*"]
types: [branch]
push:
branches:
- "misc/prepare-release-*"
env:
ZENML_ANALYTICS_OPT_IN: false
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
fetch-versions:
if: github.repository == 'zenml-io/zenml'
if: github.event.created && github.repository == 'zenml-io/zenml'
runs-on: ubuntu-latest
outputs:
old_version: ${{ steps.old-version.outputs.old_version }}
Expand Down

0 comments on commit 024d612

Please sign in to comment.