Skip to content

Commit

Permalink
chore: enable more triggers for the CI checks
Browse files Browse the repository at this point in the history
This is mostly experimental; I'm hoping to be able to trigger checks
on some existing PRs...
  • Loading branch information
johnbartholomew committed Jan 18, 2025
1 parent 88e7354 commit a02a615
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Build and Test

on:
pull_request:
types: [opened, reopened, synchronize, ready_for_review, review_requested]
branches-ignore:
- 'gh-pages'
push:
Expand Down

0 comments on commit a02a615

Please sign in to comment.