Skip to content

Commit 1d65fd0

Browse files
committed
Only publish secrets when they're changed
1 parent 97a1341 commit 1d65fd0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/upload-secrets.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Publish encrypted laptop configuration data
33
on:
44
push:
55
branches: ['main']
6+
paths:
7+
- 'config-data/**'
68
workflow_dispatch:
79

810
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages

0 commit comments

Comments
 (0)