Removed if in ci

This commit is contained in:
gabime
2024-11-02 15:41:48 +02:00
parent 5fd32e1a70
commit 63f0875000
3 changed files with 0 additions and 3 deletions

View File

@@ -8,7 +8,6 @@ permissions:
jobs:
build:
runs-on: macOS-latest
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action == 'opened')
name: "macOS Clang (C++11, Release)"
steps:
- uses: actions/checkout@v4