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

Also allow manual trigger
pull/263/head
Lim Chee Aun 2023-10-16 20:02:27 +08:00
rodzic 809b7cc2d2
commit 834b1fe1e1
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

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