Skip to content

Commit ab2003e

Browse files
author
Vignesh Kennadi
committed
Revert "update to trigger on push"
This reverts commit c22278d.
1 parent c22278d commit ab2003e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.DS_Store

-4 KB
Binary file not shown.

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Ruby Build, Lint and Test
22

33
on:
4-
push:
4+
pull_request:
5+
branches:
6+
- master
57

68
jobs:
79
build-test-lint:

0 commit comments

Comments
 (0)