We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cb1d23 commit 7d1d70aCopy full SHA for 7d1d70a
.github/workflows/publish.yml
@@ -3,6 +3,9 @@ on:
3
push:
4
branches:
5
- master
6
+ paths-ignore:
7
+ - '**.md'
8
+ - '**.yml'
9
10
env:
11
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
0 commit comments