Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/metanorma/html2doc
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Jan 23, 2020
2 parents befdea6 + b7fa461 commit eb6499e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
# 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:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
# 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:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
# 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:
Expand Down

0 comments on commit eb6499e

Please sign in to comment.