Run tests when updating pubspec.yaml

This commit is contained in:
Roland Geider
2022-03-25 22:52:16 +01:00
parent 44a72dacfb
commit f41ad86e1e

View File

@@ -4,10 +4,12 @@ on:
branches: [ master ]
paths:
- '**.dart'
- 'pubspec.yaml'
pull_request:
branches: [ master ]
paths:
- '**.dart'
- 'pubspec.yaml'
jobs:
test:
runs-on: ubuntu-20.04