Making changes to source Google Ads package to include conversion met… #5
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: 'auto release' | |
on: | |
pull_request: | |
types: | |
- closed | |
branches: | |
- main | |
jobs: | |
call-workflow-passing-data: | |
if: github.event.pull_request.merged | |
uses: fivetran/dbt_package_automations/.github/workflows/auto-release.yml@main | |
secrets: inherit |