Skip to content

Commit a72f6e9

Browse files
committed
Fix incorrect path filter in PR.yaml
Signed-off-by: Wade Barnes <wade@neoterictech.ca>
1 parent 7db2d47 commit a72f6e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/PR.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
pull_request:
44
paths:
55
- '**'
6-
- "!plenum/__version__.json"
6+
- "!indy_node/__version__.json"
77

88
branches:
99
- ubuntu-20.04-upgrade

0 commit comments

Comments
 (0)