Skip to content

Commit 4c60375

Browse files
authored
Update push.yml
1 parent b33b7ec commit 4c60375

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- master
77
- dev
8+
paths-ignore:
9+
- '.github/workflows/**'
810

911
jobs:
1012
validate:
@@ -31,4 +33,4 @@ jobs:
3133
with:
3234
python-version: "3.x"
3335
- run: python3 -m pip install black
34-
- run: black .
36+
- run: black .

0 commit comments

Comments
 (0)