Skip to content

Commit

Permalink
ci: only test open pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Apr 3, 2024
1 parent 48a8589 commit b2cb7f1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
name: build

on:
push:
pull_request:
branches-ignore:
- dependabot/*
paths-ignore:
- docs/**
types:
- opened
- reopened
- synchronize
- ready_for_review

jobs:
test:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit b2cb7f1

Please sign in to comment.