File tree 1 file changed +13
-10
lines changed
1 file changed +13
-10
lines changed Original file line number Diff line number Diff line change 1
1
name : Flutter CI
2
2
3
3
on :
4
+ push :
5
+ branches :
6
+ - master
4
7
pull_request :
5
8
branches :
6
9
- master
@@ -18,16 +21,16 @@ jobs:
18
21
with :
19
22
flutter-version : ' 3.19.6'
20
23
21
- - name : Cache Flutter dependencies
22
- uses : actions/cache@v3
23
- with :
24
- path : |
25
- ~/.pub-cache
26
- flutter/bin/cache
27
- # key: ${{ runner.os }}-pub-cache-${{ hashFiles('pubspec.yaml') }}
28
- key : ${{ runner.os }}-flutter-${{ hashFiles('pubspec.yaml', 'pubspec.lock') }}
29
- restore-keys : |
30
- ${{ runner.os }}-flutter-
24
+ # - name: Cache Flutter dependencies
25
+ # uses: actions/cache@v3
26
+ # with:
27
+ # path: |
28
+ # ~/.pub-cache
29
+ # flutter/bin/cache
30
+ # # key: ${{ runner.os }}-pub-cache-${{ hashFiles('pubspec.yaml') }}
31
+ # key: ${{ runner.os }}-flutter-${{ hashFiles('pubspec.yaml', 'pubspec.lock') }}
32
+ # restore-keys: |
33
+ # ${{ runner.os }}-flutter-
31
34
32
35
- name : Install dependencies
33
36
run : flutter pub get
You can’t perform that action at this time.
0 commit comments