We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c52f1b5 commit 4b6c65cCopy full SHA for 4b6c65c
.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