Skip to content

Commit 9343f7d

Browse files
authored
Update deployment workflow to ignore specific paths
1 parent 1e7622a commit 9343f7d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/nest.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
name: Deploy to Nest
2-
32
on:
43
push:
54
branches:
65
- main
7-
6+
paths-ignore:
7+
- '**.md'
8+
- '.github/**'
9+
- 'LICENSE'
10+
- '.gitignore'
811
jobs:
912
deploy:
1013
runs-on: ubuntu-latest
11-
1214
steps:
1315
- name: Checkout code
1416
uses: actions/checkout@v4
15-
1617
- name: Make and restart the faucet example site on Nest via SSH
1718
uses: appleboy/ssh-action@v1.0.3
1819
with:

0 commit comments

Comments
 (0)