Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/linux-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ on:
push:
branches:
- master
- release*
- feature*
- release/**
paths:
- "**"
- "!.github/ISSUE_TEMPLATE/**"
Expand All @@ -20,7 +19,6 @@ on:
branches:
- master
- release/**
- feature*
# Path filters for PRs need to go into the changes job

concurrency:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/macos-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
branches:
- master
- release/**
- feature*
paths:
- "**"
- "!.github/ISSUE_TEMPLATE/**"
Expand All @@ -18,7 +17,6 @@ on:
branches:
- master
- release/**
- feature*
# Path filters for PRs need to go into the changes job

concurrency:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches:
- master
- release/**
- feature*
paths:
- "**"
- "!.vsts-ci/misc-analysis.yml"
Expand All @@ -17,7 +16,6 @@ on:
branches:
- master
- release/**
- feature*
# Path filters for PRs need to go into the changes job

concurrency:
Expand Down