Skip to content

Commit f5906a6

Browse files
author
riccardocucia
committed
Fixed CI
1 parent e85ac48 commit f5906a6

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/deploy.yml renamed to .github/workflows/deploy-pages.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
name: Deploy GitHub pages
2+
13
on:
24
push:
3-
branches:
4-
- main
5+
branches: [main]
56

67
jobs:
78
deploy:

.github/workflows/build.yaml renamed to .github/workflows/flutter-analyze.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: build
1+
name: Flutter analyze
22

33
on:
44
push:
@@ -7,7 +7,7 @@ on:
77
branches: [main]
88

99
jobs:
10-
build-and-test:
10+
flutter-analyze:
1111
runs-on: ubuntu-latest
1212

1313
steps:
@@ -32,5 +32,3 @@ jobs:
3232

3333
- name: Analyze project source with pana
3434
run: pana
35-
36-

0 commit comments

Comments
 (0)