We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7e54de commit ca96d15Copy full SHA for ca96d15
.github/workflows/MainDistributionPipeline.yml
@@ -4,6 +4,9 @@
4
name: Main Extension Distribution Pipeline
5
on:
6
push:
7
+ paths-ignore:
8
+ - "**/*.md"
9
+ - "**/*.yml"
10
pull_request:
11
workflow_dispatch:
12
0 commit comments