Skip to content

Commit

Permalink
fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Kayrnt committed Aug 21, 2024
1 parent 54e5420 commit 8569526
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: release

on:
push:
branches: [ main ]
paths: [ CHANGELOG.md ]
on: [pull_request, workflow_dispatch]

jobs:
release:
Expand All @@ -30,3 +27,4 @@ jobs:
with:
body: View full release notes in the [Changelog](https://github.com/bqbooster/dbt-bigquery-monitoring/blob/main/CHANGELOG.md)
tag_name: v2 # currently no way of finding this in changie directly
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8569526

Please sign in to comment.