We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97a1341 commit 1d65fd0Copy full SHA for 1d65fd0
.github/workflows/upload-secrets.yml
@@ -3,6 +3,8 @@ name: Publish encrypted laptop configuration data
3
on:
4
push:
5
branches: ['main']
6
+ paths:
7
+ - 'config-data/**'
8
workflow_dispatch:
9
10
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
0 commit comments