Skip to content

Commit

Permalink
chore: enable tests on PRs (no draft)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilbertt committed Nov 29, 2023
1 parent 97c6a88 commit d65c8c4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,16 @@ on:
branches:
- main
- dev
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review

jobs:
unit-and-integration-tests:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit d65c8c4

Please sign in to comment.