Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,17 @@ on:
push:
branches:
- main
workflow_dispatch:
- master

pull_request:
types: [opened, synchronize, reopened, labeled]

jobs:
build-and-test:
name: Run on ${{ matrix.os }} with SOFA ${{ matrix.sofa_branch }}
if: >
github.event_name == 'push' ||
contains(github.event.pull_request.labels.*.name, 'pr: status to review')
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down
Loading