Skip to content

Commit b2873b2

Browse files
author
Aigars Mahinovs
committed
Make checks only run on open pull requests
1 parent 15b8b98 commit b2873b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-dlt-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: python-dlt-ci-actions
22

3-
on: [push, pull_request]
3+
on: [pull_request]
44

55
jobs:
66
run-test-for-python-dlt:

0 commit comments

Comments
 (0)