Skip to content

Commit c0ffe75

Browse files
authored
Update .github/workflows/build.yml
Signed-off-by: Antoine du Hamel <[email protected]>
1 parent a67d1e1 commit c0ffe75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ env:
3232
jobs:
3333
build:
3434
name: Build on ${{ matrix.os }}
35-
if: github.event.pull_request.draft == fals
35+
if: github.event.pull_request.draft == false
3636
runs-on: ${{ matrix.os }}
3737

3838
strategy:

0 commit comments

Comments
 (0)