We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d32894e commit 95bf613Copy full SHA for 95bf613
.github/workflows/ruby.yml
@@ -1,6 +1,9 @@
1
name: Ruby
2
3
-on: [push]
+on:
4
+ pull_request:
5
+ push:
6
+ branches: [master]
7
8
jobs:
9
build:
0 commit comments