mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 06:28:41 +00:00
renaming workflow
This commit is contained in:
parent
b2f1f1104a
commit
bd51106d19
1 changed files with 2 additions and 2 deletions
4
.github/workflows/dev_github.yml
vendored
4
.github/workflows/dev_github.yml
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
name: Publish on Github
|
name: Flutter analyze & test
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch: {}
|
workflow_dispatch: {}
|
||||||
|
|
@ -9,7 +9,7 @@ on:
|
||||||
- lib/**/*.dart
|
- lib/**/*.dart
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_and_publish:
|
flutter_analyze_and_test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue