Skip to content

Commit

Permalink
Fix: Release workflow trigger only tag push
Browse files Browse the repository at this point in the history
  • Loading branch information
Asim-Tahir committed Apr 1, 2021
1 parent 4db1fe2 commit 02d2f67
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 @@ -2,11 +2,8 @@ name: release

on:
push:
branches:
- main
tags:
- 'v*'
- 'V*'

env:
ACTION_NAME: release-please-action
Expand Down

0 comments on commit 02d2f67

Please sign in to comment.