Skip to content

Commit 38ae9d1

Browse files
committed
ci.
1 parent 66850ff commit 38ae9d1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/dart.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Build
33

44
on:
55
push:
6-
branches: [ master ]
6+
branches: [ main ]
77
pull_request:
8-
branches: [ master ]
8+
branches: [ main ]
99

1010
jobs:
1111
test:

.github/workflows/publish.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
run: flutter analyze
2424
- name: Dart Test Check
2525
run: flutter test
26-
#- name: Check Publish Warnings
27-
# run: dart pub publish --dry-run
26+
- name: Check Publish Warnings
27+
run: dart pub publish --dry-run
2828
- name: Publish
2929
uses: k-paxian/[email protected]
3030
with:

0 commit comments

Comments
 (0)