File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - uses : actions/checkout@v2
18- - name : Checkout to documentation branch
19- run : |
20- git fetch
21- git checkout ${{ github.ref_name }}
2218
2319 - name : Deploy docs
2420 uses : mhausenblas/mkdocs-deploy-gh-pages@master
Original file line number Diff line number Diff line change 88 push :
99 branches :
1010 - release
11+ - master
1112
1213jobs :
1314 publish :
1718 - uses : actions/checkout@v2
1819 - uses : dart-lang/setup-dart@v1
1920
20- - name : Checkout to target branch
21- run : |
22- git fetch
23- git checkout ${{ github.ref_name }}
24-
2521 - name : Run static dart analysis with fatal infos
2622 run : dart analyze --fatal-infos
2723
Original file line number Diff line number Diff line change 44 pull_request :
55 types : [opened, reopened, review_requested]
66 branches :
7- - " release/** "
8- - " master/** "
7+ - " release"
8+ - " master"
99 push :
1010 branches :
1111 - master
2222 flutter-version : " 2.10.0"
2323 channel : " stable"
2424 - run : flutter --version
25- - name : Checkout to target branch
26- run : |
27- git fetch
28- git checkout ${{ github.ref_name }}
2925 - name : Fetch packages
3026 run : flutter pub get
3127
You can’t perform that action at this time.
0 commit comments