Skip to content

Commit 6bf3b59

Browse files
authored
Include PR as a trigger for CI (#1287)
1 parent a644607 commit 6bf3b59

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ruby.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
# For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby
77

88
name: Ruby
9-
on: [push]
9+
10+
on: [push, pull_request]
11+
1012
jobs:
1113
check_react_and_ujs:
1214
strategy:

0 commit comments

Comments
 (0)