.github/workflows/macos.yml in html2doc-0.9.3 vs .github/workflows/macos.yml in html2doc-0.9.4

- 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