Skip to content

Commit

Permalink
[CI] Run CI on every push
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisHsu committed Mar 22, 2024
1 parent 6156d48 commit aedde2f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: CMake on multiple platforms

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

Expand All @@ -11,8 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
name: Build & Test
strategy:
# Set fail-fast to false to ensure that feedback is delivered for all matrix combinations. Consider changing this to true when your workflow is stable.
fail-fast: false
fail-fast: true

matrix:
os: [ubuntu-latest, macos-14]
Expand Down

0 comments on commit aedde2f

Please sign in to comment.