chore: run GitHub CI action on more pull request activity

This corresponds to a similar commit on the C++ jsonnet repo:
a02a615def

The is intended to make it easier for me to trigger running CI on
existing pull requests.
This commit is contained in:
John Bartholomew 2025-01-19 22:06:27 +00:00
parent 74c8d09d4a
commit a45dd8a8f4

View File

@ -1,6 +1,7 @@
name: ci
on:
pull_request:
types: [opened, reopened, synchronize, ready_for_review, review_requested]
branches:
- master
push: