Skip to content

Commit f3083de

Browse files
committed
Ignore code files for CI deploy
1 parent a48b843 commit f3083de

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ on:
33
push:
44
branches:
55
- master
6-
paths:
7-
- "**.md"
6+
ignore-paths:
7+
- "**.rs"
8+
- "**.py"
9+
- "**.sol"
810
workflow_dispatch:
911

1012
jobs:

0 commit comments

Comments
 (0)