Skip to content

Commit 2ec058b

Browse files
authored
Merge pull request #4634 from sysown/v2.7.1-update_gh_triggers
update GH actions triggers
2 parents 9c9258d + 4247a89 commit 2ec058b

18 files changed

+35
-35
lines changed

.github/workflows/CI-3p-django-framework.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: CI-3p-django-framework
22

33
on:
44
push:
5-
branches: [ "v2.x" ]
5+
# branches: [ "v2.x" ]
66
paths-ignore:
77
- '.github/**'
88
- '**.md'
99
pull_request:
10-
branches: [ "v2.x" ]
10+
# branches: [ "v2.x" ]
1111
paths-ignore:
1212
- '.github/**'
1313
- '**.md'

.github/workflows/CI-3p-laravel-framework.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: CI-3p-laravel-framework
22

33
on:
44
push:
5-
branches: [ "v2.x" ]
5+
# branches: [ "v2.x" ]
66
paths-ignore:
77
- '.github/**'
88
- '**.md'
99
pull_request:
10-
branches: [ "v2.x" ]
10+
# branches: [ "v2.x" ]
1111
paths-ignore:
1212
- '.github/**'
1313
- '**.md'

.github/workflows/CI-3p-mariadb-connector-c.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: CI-3p-mariadb-connector-c
22

33
on:
44
push:
5-
branches: [ "v2.x" ]
5+
# branches: [ "v2.x" ]
66
paths-ignore:
77
- '.github/**'
88
- '**.md'
99
pull_request:
10-
branches: [ "v2.x" ]
10+
# branches: [ "v2.x" ]
1111
paths-ignore:
1212
- '.github/**'
1313
- '**.md'

.github/workflows/CI-3p-mysql-connector-j.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: CI-3p-mysql-connector-j
22

33
on:
44
push:
5-
branches: [ "v2.x" ]
5+
# branches: [ "v2.x" ]
66
paths-ignore:
77
- '.github/**'
88
- '**.md'
99
pull_request:
10-
branches: [ "v2.x" ]
10+
# branches: [ "v2.x" ]
1111
paths-ignore:
1212
- '.github/**'
1313
- '**.md'

.github/workflows/CI-3p-php-pdo-mysql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: CI-3p-php-pdo-mysql
22

33
on:
44
push:
5-
branches: [ "v2.x" ]
5+
# branches: [ "v2.x" ]
66
paths-ignore:
77
- '.github/**'
88
- '**.md'
99
pull_request:
10-
branches: [ "v2.x" ]
10+
# branches: [ "v2.x" ]
1111
paths-ignore:
1212
- '.github/**'
1313
- '**.md'

.github/workflows/CI-3p-sqlalchemy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: CI-3p-sqlalchemy
22

33
on:
44
push:
5-
branches: [ "v2.x" ]
5+
# branches: [ "v2.x" ]
66
paths-ignore:
77
- '.github/**'
88
- '**.md'
99
pull_request:
10-
branches: [ "v2.x" ]
10+
# branches: [ "v2.x" ]
1111
paths-ignore:
1212
- '.github/**'
1313
- '**.md'

.github/workflows/CI-basictests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: CI-basictests
22

33
on:
44
push:
5-
branches: [ "v2.x" ]
5+
# branches: [ "v2.x" ]
66
paths-ignore:
77
- '.github/**'
88
- '**.md'
99
pull_request:
10-
branches: [ "v2.x" ]
10+
# branches: [ "v2.x" ]
1111
paths-ignore:
1212
- '.github/**'
1313
- '**.md'

.github/workflows/CI-builds.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: CI-builds
22

33
on:
44
push:
5-
branches: [ "v2.7" ]
5+
# branches: [ "v2.7" ]
66
paths-ignore:
77
- '.github/**'
88
- '**.md'
99
pull_request:
10-
branches: [ "v2.7" ]
10+
# branches: [ "v2.7" ]
1111
paths-ignore:
1212
- '.github/**'
1313
- '**.md'

.github/workflows/CI-codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: CI-CodeQL
22

33
on:
44
push:
5-
branches: [ "v2.x" ]
5+
# branches: [ "v2.x" ]
66
paths-ignore:
77
- '.github/**'
88
- '**.md'
99
pull_request:
10-
branches: [ "v2.x" ]
10+
# branches: [ "v2.x" ]
1111
paths-ignore:
1212
- '.github/**'
1313
- '**.md'

.github/workflows/CI-maketest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: CI-maketest
22

33
on:
44
push:
5-
branches: [ "v2.x" ]
5+
# branches: [ "v2.x" ]
66
paths-ignore:
77
- '.github/**'
88
- '**.md'
99
pull_request:
10-
branches: [ "v2.x" ]
10+
# branches: [ "v2.x" ]
1111
paths-ignore:
1212
- '.github/**'
1313
- '**.md'

0 commit comments

Comments
 (0)