.github/workflows/test.yml in thinreports-0.13.1 vs .github/workflows/test.yml in thinreports-0.14.0

- old
+ new

@@ -1,21 +1,20 @@ name: Test -on: [push, pull_request] +on: + push: + branches: [ main, dev ] + pull_request: jobs: setup: name: Ruby ${{ matrix.ruby }} runs-on: ubuntu-latest - # Run this build only on either pull request or push. - if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository - strategy: matrix: ruby: - - "2.7" - "3.0" - "3.1" - "3.2" steps: