Removed if in ci

pull/3244/head
gabime 10 months ago
parent 5fd32e1a70
commit 63f0875000

@ -11,7 +11,6 @@ jobs:
# -----------------------------------------------------------------------
build:
runs-on: ubuntu-latest
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action == 'opened')
defaults:
run:
shell: bash

@ -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

@ -8,7 +8,6 @@ permissions:
jobs:
build:
runs-on: windows-latest
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action == 'opened')
strategy:
fail-fast: true
matrix:

Loading…
Cancel
Save