Skip to content

Commit 00e21e3

Browse files
committed
Update workflow triggers
1 parent 6a944b9 commit 00e21e3

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

.github/workflows/fleather.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: build
22

3-
on:
4-
push:
5-
branches:
6-
- 'master'
7-
pull_request:
3+
on: push
84

95
jobs:
106
build:
@@ -17,7 +13,7 @@ jobs:
1713
flutter-version: "3.22.0"
1814
cache: true
1915
# Manually Update this `key`
20-
cache-key: "20230512"
16+
cache-key: "3.22.0-stable"
2117
- run: dart pub global activate coverage
2218

2319
#

.github/workflows/performance_test.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: Performance Test
22

3-
on:
4-
push:
5-
branches:
6-
- 'master'
7-
pull_request:
3+
on: [push, workflow_dispatch]
84

95
jobs:
106
test:
@@ -18,7 +14,7 @@ jobs:
1814
flutter-version: "3.22.0"
1915
cache: true
2016
# Manually Update this `key`
21-
cache-key: "20230512"
17+
cache-key: "3.22.0-stable"
2218

2319
- name: Restore reference summary from cache
2420
id: performance_timelines_cache_restore

0 commit comments

Comments
 (0)