Skip to content

testing with a dry run #1

testing with a dry run

testing with a dry run #1

---
name: baris-test
on:
push:
branches:
- "baris/release-*"
jobs:
dry-run:
if: github.event.created && github.repository == 'zenml-io/zenml'
runs-on: ubuntu-latest
steps:
- name: Test
run: echo "Test"