Skip to content

Commit 72bcb28

Browse files
committed
GitHub Actions 関連のファイルを azure pipelines と appveyor のビルド対象から外す
1 parent 9ae4f5e commit 72bcb28

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ skip_commits:
2323
- 'ci/azure-pipelines/template*.yml'
2424
- '.github/*.md'
2525
- '.github/ISSUE_TEMPLATE/*.md'
26+
- '.github/workflows/*.yml'
2627

2728
install:
2829
- cmd: |

azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ trigger:
1515
- "*.md"
1616
- .github/*.md
1717
- .github/ISSUE_TEMPLATE/*.md
18+
- .github/workflows/*.yml
1819
- .gitignore
1920
- .travis.yml
2021
- appveyor.yml

0 commit comments

Comments
 (0)