Skip to content

Commit

Permalink
GH: specified that the CI only runs when PR isn't draft
Browse files Browse the repository at this point in the history
Signed-off-by: Wasym Atieh Alonso <[email protected]>
  • Loading branch information
iWas-Coder authored Sep 5, 2024
1 parent 44c6a21 commit 1a9e0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
- 'config.mk'
pull_request:
branches: [master]
types: [opened, synchronize]
types: [opened, synchronize, ready_for_review]
paths:
- '.github/workflows/build-linux.yaml'
- 'include/**'
Expand Down

0 comments on commit 1a9e0c5

Please sign in to comment.