.github/workflows/test.yml in active_merchant-epsilon-0.13.0 vs .github/workflows/test.yml in active_merchant-epsilon-0.14.0
- old
+ new
@@ -1,7 +1,10 @@
name: test
-on: push
-
+on:
+ push:
+ branches:
+ - master
+ pull_request:
jobs:
test-all:
runs-on: ubuntu-latest
strategy: