Skip to content

Commit

Permalink
Merge pull request #4634 from sysown/v2.7.1-update_gh_triggers
Browse files Browse the repository at this point in the history
update GH actions triggers
  • Loading branch information
renecannao authored Sep 9, 2024
2 parents 9c9258d + 4247a89 commit 2ec058b
Show file tree
Hide file tree
Showing 18 changed files with 35 additions and 35 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI-3p-django-framework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: CI-3p-django-framework

on:
push:
branches: [ "v2.x" ]
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
pull_request:
branches: [ "v2.x" ]
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/CI-3p-laravel-framework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: CI-3p-laravel-framework

on:
push:
branches: [ "v2.x" ]
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
pull_request:
branches: [ "v2.x" ]
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/CI-3p-mariadb-connector-c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: CI-3p-mariadb-connector-c

on:
push:
branches: [ "v2.x" ]
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
pull_request:
branches: [ "v2.x" ]
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/CI-3p-mysql-connector-j.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: CI-3p-mysql-connector-j

on:
push:
branches: [ "v2.x" ]
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
pull_request:
branches: [ "v2.x" ]
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/CI-3p-php-pdo-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: CI-3p-php-pdo-mysql

on:
push:
branches: [ "v2.x" ]
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
pull_request:
branches: [ "v2.x" ]
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/CI-3p-sqlalchemy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: CI-3p-sqlalchemy

on:
push:
branches: [ "v2.x" ]
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
pull_request:
branches: [ "v2.x" ]
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/CI-basictests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: CI-basictests

on:
push:
branches: [ "v2.x" ]
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
pull_request:
branches: [ "v2.x" ]
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/CI-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: CI-builds

on:
push:
branches: [ "v2.7" ]
# branches: [ "v2.7" ]
paths-ignore:
- '.github/**'
- '**.md'
pull_request:
branches: [ "v2.7" ]
# branches: [ "v2.7" ]
paths-ignore:
- '.github/**'
- '**.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/CI-codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: CI-CodeQL

on:
push:
branches: [ "v2.x" ]
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
pull_request:
branches: [ "v2.x" ]
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/CI-maketest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: CI-maketest

on:
push:
branches: [ "v2.x" ]
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
pull_request:
branches: [ "v2.x" ]
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI-package-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI-Package-Build

on:
push:
branches: [ "v2.x" ]
# branches: [ "v[0-9]+.x?[0-9]*.?x?[0-9]*" ]
paths-ignore:
- '.github/**'
- '**.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/CI-repltests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: CI-repltests

on:
push:
branches: [ "v2.x" ]
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
pull_request:
branches: [ "v2.x" ]
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/CI-selftests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: CI-selftests

on:
push:
branches: [ "v2.x" ]
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
pull_request:
branches: [ "v2.x" ]
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/CI-shuntest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: CI-shuntest

on:
push:
branches: [ "v2.x" ]
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
pull_request:
branches: [ "v2.x" ]
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/CI-taptests-asan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: CI-taptests-asan

on:
push:
branches: [ "v2.x" ]
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
pull_request:
branches: [ "v2.x" ]
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/CI-taptests-groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: CI-taptests-groups

on:
push:
branches: [ "v2.x" ]
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
pull_request:
branches: [ "v2.x" ]
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/CI-taptests-ssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: CI-taptests-ssl

on:
push:
branches: [ "v2.x" ]
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
pull_request:
branches: [ "v2.x" ]
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/CI-taptests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: CI-taptests

on:
push:
branches: [ "v2.x" ]
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
pull_request:
branches: [ "v2.x" ]
# branches: [ "v2.x" ]
paths-ignore:
- '.github/**'
- '**.md'
Expand Down

0 comments on commit 2ec058b

Please sign in to comment.