DAT-19145 Basic template to setup Informix (#933) #168
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Create Release | |
on: | |
push: | |
branches: | |
- main | |
workflow_dispatch: | |
jobs: | |
create-release: | |
uses: liquibase/build-logic/.github/workflows/create-release.yml@main | |
secrets: inherit | |
with: | |
sonar: false |