.github/workflows/macos.yml in metanorma-nist-0.2.11 vs .github/workflows/macos.yml in metanorma-nist-0.2.12

- old
+ new

@@ -1,9 +1,13 @@ # Auto-generated !!! Do not edit it manually # use ci-master https://github.com/metanorma/metanorma-build-scripts name: macos -on: [push, pull_request] +on: + push: + branches: [ master ] + pull_request: + branches: [ '**' ] jobs: test-macos: name: Test on Ruby ${{ matrix.ruby }} macOS runs-on: macos-latest