Only run on tag pushes to master branch

This commit is contained in:
Nguyen Thai
2022-09-28 16:47:44 +07:00
committed by Dat H. Pham
parent fb19c5a66c
commit 625f58e868
-5
View File
@@ -1,7 +1,5 @@
on:
push:
branches:
- "release"
tags:
- "v*.*.*"
@@ -28,9 +26,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
ref: "release"
fetch-depth: 0
- name: Setup flutter
uses: subosito/flutter-action@v2