We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c57852d commit 2d7fcdfCopy full SHA for 2d7fcdf
1 file changed
.github/workflows/python-tests.yaml
@@ -2,13 +2,13 @@ name: Python Packages Test
2
3
on:
4
push:
5
-# branches:
6
-# - master
7
-# paths:
8
-# - python/sqlcommenter-python/**
9
-# pull_request:
10
11
+ branches:
+ - master
+ paths:
+ - python/sqlcommenter-python/**
+ pull_request:
12
13
jobs:
14
unittests:
0 commit comments