Test fix push seems to not trigger after tag push but branch push instead

Also allow manual trigger
This commit is contained in:
Lim Chee Aun 2023-10-16 20:02:27 +08:00
parent 809b7cc2d2
commit 834b1fe1e1

View file

@ -2,10 +2,9 @@ name: Create Release on every tag push in `production`
on:
push:
branches:
- production
tags:
- '*'
workflow_dispatch:
jobs:
release: