We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a8e21c + 7ce3b1e commit 24c8882Copy full SHA for 24c8882
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