Skip to content

Commit 9bcbe97

Browse files
committed
Optimize flutter, release workflow triggers
1 parent a86da79 commit 9bcbe97

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/flutter.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Flutter
22
on:
33
push:
4+
branches:
5+
- "**"
46

57
env:
68
GCS_PATH: gs://flutterttdemo/${{ github.sha }}

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Release
22
on:
33
push:
4+
tags:
5+
- "**"
46

57
env:
68
GIT_CRYPT_KEY: ${{ secrets.GIT_CRYPT_KEY }}

0 commit comments

Comments
 (0)