Skip to content

Commit 7ce3b1e

Browse files
authored
Merge pull request #356 from XeroAPI/PETOSS-900
[PETOSS-900] fix build-test-lint workflow
2 parents 6942fad + 7b20cfb commit 7ce3b1e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-test-lint.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: Ruby Build, Lint and Test
22

33
on:
44
push:
5+
branches:
6+
- master
7+
pull_request:
8+
types: [opened, reopened, synchronize]
59

610
jobs:
711
build-test-lint:

0 commit comments

Comments
 (0)