Skip to content

Commit

Permalink
Run PR workflows when converted from draft
Browse files Browse the repository at this point in the history
  • Loading branch information
pwtyler committed Dec 18, 2023
1 parent 0acff5c commit a175f29
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: Lint and Test
on: pull_request
on:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review

jobs:
lint-test:
Expand Down

0 comments on commit a175f29

Please sign in to comment.