Skip to content

Commit

Permalink
fix(release): trigger release workflow on push to master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kukko committed Aug 16, 2024
1 parent 9340a7d commit d3946ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Release docker-manager-library to npm
on:
push:
tags:
- "release-v*"
branches:
- "master"

permissions:
contents: write
Expand Down

0 comments on commit d3946ea

Please sign in to comment.