Don't run the test twice on PRs

This commit is contained in:
Roland Geider
2023-11-09 18:41:13 +01:00
parent 7c1dc05d81
commit ccc10b0426

View File

@@ -5,7 +5,7 @@ on:
- '**.dart'
- 'pubspec.yaml'
pull_request:
branches: [ pull_request, master ]
branches: [ master, ]
paths:
- '**.dart'
- 'pubspec.yaml'