We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6942fad + 7b20cfb commit 7ce3b1eCopy full SHA for 7ce3b1e
1 file changed
.github/workflows/build-test-lint.yml
@@ -2,6 +2,10 @@ name: Ruby Build, Lint and Test
2
3
on:
4
push:
5
+ branches:
6
+ - master
7
+ pull_request:
8
+ types: [opened, reopened, synchronize]
9
10
jobs:
11
build-test-lint:
0 commit comments