mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 05:08:40 +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:
|
||||
workflow_dispatch: {}
|
||||
|
|
@ -9,7 +9,7 @@ on:
|
|||
- lib/**/*.dart
|
||||
|
||||
jobs:
|
||||
build_and_publish:
|
||||
flutter_analyze_and_test:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
|
|
|
|||
Loading…
Reference in a new issue