.github/workflows/windows.yml in metanorma-ietf-2.0.1 vs .github/workflows/windows.yml in metanorma-ietf-2.0.2
- old
+ new
@@ -1,10 +1,14 @@
# Auto-generated !!! Do not edit it manually
# use ci-master https://github.com/metanorma/metanorma-build-scripts
name: windows
-on: [push, pull_request]
+on:
+ push:
+ branches: [ master ]
+ pull_request:
+ branches: [ '**' ]
jobs:
test-windows:
name: Test on Ruby ${{ matrix.ruby }} Windows
runs-on: windows-latest
@@ -31,9 +35,9 @@
with:
python-version: '2.7'
architecture: 'x64'
- name: Install xml2rfc
run: |
- pip install --user xml2rfc
+ pip install xml2rfc
- name: Run specs
run: |
bundle exec rake