chore: add code owner to make sure this project is under our radar #210
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 | |
- hibernate5 | |
permissions: | |
contents: write | |
pull-requests: write | |
jobs: | |
create-release: | |
uses: liquibase/build-logic/.github/workflows/[email protected] | |
secrets: inherit |