.github/workflows/ubuntu.yml in metanorma-ogc-0.2.10 vs .github/workflows/ubuntu.yml in metanorma-ogc-0.2.11

- old
+ new

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