Skip to content

Commit

Permalink
GitHub Actions, build on push and pr on all OS
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgraham committed Mar 5, 2024
1 parent 13c104d commit 0147e71
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 36 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/MacOsPR.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: MacOS PR CI
name: Build

on:
pull_request:
branches:
- master
on: [push, pull_request]

jobs:
build:
runs-on: macos-latest
example_matrix:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v4
Expand Down
29 changes: 0 additions & 29 deletions .github/workflows/windowsPR.yml

This file was deleted.

0 comments on commit 0147e71

Please sign in to comment.