eitco-github triggered build 🚀 #23
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: trigger postgres build on push | |
run-name: ${{ github.actor }} triggered build 🚀 | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
call-build: | |
uses: ./.github/workflows/build-postgres.yaml | |
with: | |
tag: REL_10_13 # DO NOT CHANGE THIS LINE. this default value will be overridden automatically |