Skip to content

Commit

Permalink
Update build-and-test.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Collins <[email protected]>
  • Loading branch information
benmcollins authored Jan 4, 2025
1 parent ec4b1a4 commit 4a97bd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: Build and Coverage

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
branches: [ "testing-builds" ]

jobs:
build-macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4

- uses: ConorMacBride/install-package@v1
with:
brew: gnutls openssl@3 jansson pkgconf cmake doxygen graphviz

Expand Down

0 comments on commit 4a97bd5

Please sign in to comment.