We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18e69bc commit df2769aCopy full SHA for df2769a
.github/workflows/Publish.yml
@@ -3,6 +3,9 @@ name: Publish
3
on:
4
push:
5
branches: [ master ]
6
+ paths-ignore:
7
+ - '**/**.md'
8
+ - '.github/**'
9
10
jobs:
11
publish:
0 commit comments