We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 084aa7c commit db76fb9Copy full SHA for db76fb9
1 file changed
.github/workflows/build.yml
@@ -5,6 +5,11 @@ name: build
5
on:
6
push:
7
branches: [ main, dev, 'feature/*', 'rel/*' ]
8
+ paths-ignore:
9
+ - changelog.md
10
+ - code-of-conduct.md
11
+ - security.md
12
+ - support.md
13
pull_request:
14
types: [opened, synchronize, reopened]
15
0 commit comments