Skip to content

Commit

Permalink
Merge branch '5-publish-to-hashicorp' into 'main'
Browse files Browse the repository at this point in the history
ci: Update workflow to push on every tag

Closes #5

See merge request pub/jmon/jmon-terraform-provider!8
  • Loading branch information
MatthewJohn committed Aug 11, 2023
2 parents 3e96fbb + 0bf9535 commit 3424e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Release
on:
push:
tags:
- 'v*'
- '*'

# Releases need permissions to read and write the repository contents.
# GitHub considers creating releases and uploading assets as writing contents.
Expand Down

0 comments on commit 3424e06

Please sign in to comment.