Skip to content

Commit

Permalink
Merge pull request #8 from nulls/feature/macos-ci
Browse files Browse the repository at this point in the history
Run `merge-check` on macos and ubuntu
  • Loading branch information
cortinico authored Nov 18, 2022
2 parents a39c73e + 9426662 commit bf78d93
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/merge-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ on:
jobs:
build:
name: Build project
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ macos-latest, ubuntu-latest ]
if: ${{ !contains(github.event.head_commit.message, 'ci skip') }}
steps:
- name: Checkout Repo
Expand Down

0 comments on commit bf78d93

Please sign in to comment.