Skip to content

Commit a45dd8a

Browse files
chore: run GitHub CI action on more pull request activity
This corresponds to a similar commit on the C++ jsonnet repo: google/jsonnet@a02a615 The is intended to make it easier for me to trigger running CI on existing pull requests.
1 parent 74c8d09 commit a45dd8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: ci
22
on:
33
pull_request:
4+
types: [opened, reopened, synchronize, ready_for_review, review_requested]
45
branches:
56
- master
67
push:

0 commit comments

Comments
 (0)