mirror of
https://github.com/vishalxl/nostr_console.git
synced 2025-04-01 00:18:21 +02:00
added path requirement for pubspec.yaml action
This commit is contained in:
parent
e3c9dc3916
commit
1dfa976d46
5
.github/workflows/dart.yml
vendored
5
.github/workflows/dart.yml
vendored
@ -6,11 +6,12 @@
|
||||
name: Dart
|
||||
|
||||
# do a built only on change to pubspec.yaml file with its version change
|
||||
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'main/pubspec.yaml'
|
||||
paths:
|
||||
- 'pubspec.yaml'
|
||||
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user