Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaliimak committed Apr 2, 2024
1 parent 2e927ad commit 8e3147f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Create Release

on:
workflow_dispatch:
push:
branches:
- main
push:
branches:
- main

jobs:
create-release:
needs: [ setup, build ]
uses: liquibase/build-logic/.github/workflows/[email protected]
secrets: inherit

0 comments on commit 8e3147f

Please sign in to comment.