Skip to content

Commit e27fc47

Browse files
committed
fix: attempt to make GitHub Actions work #2
1 parent 694337b commit e27fc47

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.github/workflows/pythonpackage.yml

+10-4
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,17 @@ name: Powertools Python
22

33
on:
44
pull_request:
5-
paths:
6-
- "./python/**"
5+
branches:
6+
- develop
7+
- master
8+
# paths:
9+
# - "./python/**"
710
push:
8-
paths:
9-
- "./python/**"
11+
branches:
12+
- develop
13+
- master
14+
# paths:
15+
# - "./python/**"
1016

1117
jobs:
1218
build:

0 commit comments

Comments
 (0)