.github/workflows/test.yml in ndr_import-10.1.1 vs .github/workflows/test.yml in ndr_import-10.1.2
- old
+ new
@@ -1,7 +1,14 @@
name: Test
-on: [push]
+on:
+ # Run on all master branch commits
+ push:
+ branches:
+ - master
+
+ # Run against all PRs (from the main repo, or forks)
+ pull_request:
jobs:
test:
strategy:
fail-fast: false