mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 19:28:40 +00:00
added paths
This commit is contained in:
parent
05f453055e
commit
89ffd8f70f
1 changed files with 6 additions and 1 deletions
7
.github/workflows/release_github.yml
vendored
7
.github/workflows/release_github.yml
vendored
|
|
@ -1,9 +1,14 @@
|
||||||
name: Github Release
|
name: Publish (Android)
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch: {}
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
paths:
|
||||||
|
- lib/**
|
||||||
|
- pubspec.lock
|
||||||
|
- pubspec.yaml
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_and_publish:
|
build_and_publish:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue