Skip to content

Commit

Permalink
ci: build on all pr events for non draft PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
sullyj3 committed Aug 6, 2024
1 parent 762f70c commit fe1e756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ on:
push:
branches: [main]
pull_request:
types: [ready_for_review]
branches: [main]
workflow_dispatch:

jobs:
build_and_test:
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
permissions:
# needed for action-gh-release
contents: write
Expand Down

0 comments on commit fe1e756

Please sign in to comment.