Skip to content

Commit af6b7b4

Browse files
authored
Ignore contracts changes in notify-devrel GH action
1 parent 41f2aa4 commit af6b7b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/notify-devrel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ on:
44
push:
55
paths:
66
- examples/**
7-
- smartcontracts/**
7+
# - smartcontracts/**
88
- docs/**
99
pull_request:
1010
paths:
1111
- examples/**
12-
- smartcontracts/**
12+
# - smartcontracts/**
1313
- docs/**
1414

1515
jobs:

0 commit comments

Comments
 (0)