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
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
pull_request:
branches:
- main
types: [opened, synchronize, reopened, ready_for_review]
merge_group:

defaults:
Expand All @@ -31,6 +32,7 @@ env:
jobs:
build:
name: Build on ${{ matrix.os }}
if: github.event.pull_request.draft == fals
Comment thread
aduh95 marked this conversation as resolved.
Outdated
runs-on: ${{ matrix.os }}

strategy:
Expand Down
Loading