.github/workflows/macos.yml in isodoc-1.0.13 vs .github/workflows/macos.yml in isodoc-1.0.14
- 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