Skip to content

Commit 7758f11

Browse files
committed
funcignore: skip more files when deploying
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 9916a27 commit 7758f11

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.funcignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22
/*.md
33
/host.json
44
/local.settings.json
5+
/package.json
6+
/package-lock.json
7+
/jest.config.js

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
branches:
77
- main
88
paths:
9+
- '.funcignore'
910
- '.github/workflows/deploy.yml'
1011
- 'GitGitGadget/**'
1112

0 commit comments

Comments
 (0)