Skip to content

Commit 588d5da

Browse files
committed
SBCOSS-524: fixed workflow condition
1 parent 7d3f106 commit 588d5da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Code Quality Checks
22

33
on:
4-
push:
4+
pull_request:
55
branches:
66
- '**'
77

0 commit comments

Comments
 (0)