chore: add code owner to make sure this project is under our radar #154
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: Attach Artifact to Release | |
on: | |
pull_request: | |
types: | |
- closed | |
push: | |
branches: | |
- main | |
jobs: | |
attach-artifact-to-release: | |
uses: liquibase/build-logic/.github/workflows/[email protected] | |
secrets: inherit |