diff --git a/.github/workflows/linux-ci.yml b/.github/workflows/linux-ci.yml index 25437e70fc8..2ab1d8adab5 100644 --- a/.github/workflows/linux-ci.yml +++ b/.github/workflows/linux-ci.yml @@ -8,8 +8,7 @@ on: push: branches: - master - - release* - - feature* + - release/** paths: - "**" - "!.github/ISSUE_TEMPLATE/**" @@ -20,7 +19,6 @@ on: branches: - master - release/** - - feature* # Path filters for PRs need to go into the changes job concurrency: diff --git a/.github/workflows/macos-ci.yml b/.github/workflows/macos-ci.yml index 5a497114b90..47b4c73667a 100644 --- a/.github/workflows/macos-ci.yml +++ b/.github/workflows/macos-ci.yml @@ -7,7 +7,6 @@ on: branches: - master - release/** - - feature* paths: - "**" - "!.github/ISSUE_TEMPLATE/**" @@ -18,7 +17,6 @@ on: branches: - master - release/** - - feature* # Path filters for PRs need to go into the changes job concurrency: diff --git a/.github/workflows/windows-ci.yml b/.github/workflows/windows-ci.yml index 2801a4f2bdc..b0f65c15bba 100644 --- a/.github/workflows/windows-ci.yml +++ b/.github/workflows/windows-ci.yml @@ -5,7 +5,6 @@ on: branches: - master - release/** - - feature* paths: - "**" - "!.vsts-ci/misc-analysis.yml" @@ -17,7 +16,6 @@ on: branches: - master - release/** - - feature* # Path filters for PRs need to go into the changes job concurrency: