mirror of
https://github.com/vishalxl/nostr_console.git
synced 2025-06-23 15:23:03 +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
|
name: Dart
|
||||||
|
|
||||||
|
# do a built only on change to pubspec.yaml file with its version change
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "main" ]
|
branches:
|
||||||
|
- 'main/pubspec.yaml'
|
||||||
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user