@@ -5,7 +5,6 @@ on:
paths:
- docs/**
- .github/workflows/docs.yml
- pull_request:
branches:
- master
@@ -10,11 +10,13 @@ on:
- lib.rs
- Cargo.toml
pull_request:
+ types: [opened, synchronize, reopened, ready_for_review]
jobs:
test:
+ if: github.event.pull_request.draft == false
name: Test Suite
runs-on: macos-latest
steps:
check:
name: Check
runs-on: ubuntu-latest
runs-on: windows-latest
name: (${{ matrix.target }}, ${{ matrix.cfg_release_channel }})
env: