We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66850ff commit 38ae9d1Copy full SHA for 38ae9d1
.github/workflows/dart.yml
@@ -3,9 +3,9 @@ name: Build
3
4
on:
5
push:
6
- branches: [ master ]
+ branches: [ main ]
7
pull_request:
8
9
10
jobs:
11
test:
.github/workflows/publish.yaml
@@ -23,8 +23,8 @@ jobs:
23
run: flutter analyze
24
- name: Dart Test Check
25
run: flutter test
26
- #- name: Check Publish Warnings
27
- # run: dart pub publish --dry-run
+ - name: Check Publish Warnings
+ run: dart pub publish --dry-run
28
- name: Publish
29
uses: k-paxian/[email protected]
30
with:
0 commit comments