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 9ae4f5e commit 72bcb28Copy full SHA for 72bcb28
appveyor.yml
@@ -23,6 +23,7 @@ skip_commits:
23
- 'ci/azure-pipelines/template*.yml'
24
- '.github/*.md'
25
- '.github/ISSUE_TEMPLATE/*.md'
26
+ - '.github/workflows/*.yml'
27
28
install:
29
- cmd: |
azure-pipelines.yml
@@ -15,6 +15,7 @@ trigger:
15
- "*.md"
16
- .github/*.md
17
- .github/ISSUE_TEMPLATE/*.md
18
+ - .github/workflows/*.yml
19
- .gitignore
20
- .travis.yml
21
- appveyor.yml
0 commit comments