mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 12:48:41 +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:
|
||||
workflow_dispatch: {}
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- lib/**
|
||||
- pubspec.lock
|
||||
- pubspec.yaml
|
||||
|
||||
jobs:
|
||||
build_and_publish:
|
||||
|
|
|
|||
Loading…
Reference in a new issue