mirror of
https://github.com/vishalxl/nostr_console.git
synced 2025-06-22 14:51:36 +02:00
action only on pubspec version change
This commit is contained in:
parent
f10d819295
commit
be64fbe9c3
6
.github/workflows/dart.yml
vendored
6
.github/workflows/dart.yml
vendored
@ -5,9 +5,13 @@
|
||||
|
||||
name: Dart
|
||||
|
||||
# do a built only on change to pubspec.yaml file with its version change
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
branches:
|
||||
- 'main/pubspec.yaml'
|
||||
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user