Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcaa937a

Browse files
authored
[release/v7.5]Fix release branch filters (#24959)
1 parent7103b6f commitcaa937a

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

‎.github/workflows/linux-ci.yml‎

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ on:
88
push:
99
branches:
1010
-master
11-
-release*
12-
-feature*
11+
-release/**
1312
paths:
1413
-"**"
1514
-"!.github/ISSUE_TEMPLATE/**"
@@ -20,7 +19,6 @@ on:
2019
branches:
2120
-master
2221
-release/**
23-
-feature*
2422
# Path filters for PRs need to go into the changes job
2523

2624
concurrency:

‎.github/workflows/macos-ci.yml‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
branches:
88
-master
99
-release/**
10-
-feature*
1110
paths:
1211
-"**"
1312
-"!.github/ISSUE_TEMPLATE/**"
@@ -18,7 +17,6 @@ on:
1817
branches:
1918
-master
2019
-release/**
21-
-feature*
2220
# Path filters for PRs need to go into the changes job
2321

2422
concurrency:

‎.github/workflows/windows-ci.yml‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
branches:
66
-master
77
-release/**
8-
-feature*
98
paths:
109
-"**"
1110
-"!.vsts-ci/misc-analysis.yml"
@@ -17,7 +16,6 @@ on:
1716
branches:
1817
-master
1918
-release/**
20-
-feature*
2119
# Path filters for PRs need to go into the changes job
2220

2321
concurrency:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp