Skip to content

Commit

Permalink
Test fix push seems to not trigger after tag push but branch push ins…
Browse files Browse the repository at this point in the history
…tead

Also allow manual trigger
  • Loading branch information
cheeaun committed Oct 16, 2023
1 parent 809b7cc commit 834b1fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tagrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ name: Create Release on every tag push in `production`

on:
push:
branches:
- production
tags:
- '*'
workflow_dispatch:

jobs:
release:
Expand Down

0 comments on commit 834b1fe

Please sign in to comment.