Skip to content

Commit

Permalink
ci: remove release workflow trigger on push to master
Browse files Browse the repository at this point in the history
  • Loading branch information
aignas committed Oct 26, 2023
1 parent 924f7c0 commit 47c28cf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ name: Release

on: # yamllint disable rule:truthy
push:
branches:
- "master"
tags:
- "*.*.*"

Expand All @@ -24,7 +22,6 @@ jobs:
with:
# Use GH feature to populate the changelog automatically
generate_release_notes: true
prerelease: ${{ github.ref_name }} == "master"
body_path: release_notes.txt
fail_on_unmatched_files: true
files: rules_shellcheck-*.tar.gz

0 comments on commit 47c28cf

Please sign in to comment.