Skip to content

Commit ca9cc52

Browse files
authored
Merge pull request #1763 from WadeBarnes/ubuntu-20.04-upgrade
Fix incorrect path filter in PR.yaml
2 parents 7db2d47 + a72f6e9 commit ca9cc52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/PR.yaml

+1-1
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)