Skip to content

Commit

Permalink
add auto-release
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetran-catfritz committed Apr 30, 2024
1 parent 45e3c47 commit 670ebda
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
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

0 comments on commit 670ebda

Please sign in to comment.