Skip to content

Commit ffd9d7e

Browse files
author
ShaharNaveh
committed
Only ignore on "pull_request" not on "push"
1 parent 25ca63d commit ffd9d7e

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/pre-commit.yml

-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ on:
66
- "doc/**"
77
push:
88
branches: [master]
9-
paths-ignore:
10-
- "doc/**"
119

1210
jobs:
1311
pre-commit:

.github/workflows/python-dev.yml

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
push:
55
branches:
66
- master
7-
paths-ignore:
8-
- "doc/**"
97
pull_request:
108
branches:
119
- master

0 commit comments

Comments
 (0)