Add CI tests for next branch (#18224)

This commit is contained in:
Klaus Post 2023-10-12 06:15:10 -07:00 committed by GitHub
parent 5b9656374c
commit 763ff085a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
13 changed files with 14 additions and 0 deletions

View File

@ -4,6 +4,7 @@ on:
pull_request: pull_request:
branches: branches:
- master - master
- next
# This ensures that previous jobs for the PR are canceled when the PR is # This ensures that previous jobs for the PR are canceled when the PR is
# updated. # updated.

View File

@ -4,6 +4,7 @@ on:
pull_request: pull_request:
branches: branches:
- master - master
- next
# This ensures that previous jobs for the PR are canceled when the PR is # This ensures that previous jobs for the PR are canceled when the PR is
# updated. # updated.

View File

@ -4,6 +4,7 @@ on:
pull_request: pull_request:
branches: branches:
- master - master
- next
# This ensures that previous jobs for the PR are canceled when the PR is # This ensures that previous jobs for the PR are canceled when the PR is
# updated. # updated.

View File

@ -4,6 +4,7 @@ on:
pull_request: pull_request:
branches: branches:
- master - master
- next
# This ensures that previous jobs for the PR are canceled when the PR is # This ensures that previous jobs for the PR are canceled when the PR is
# updated. # updated.

View File

@ -4,6 +4,7 @@ on:
pull_request: pull_request:
branches: branches:
- master - master
- next
# This ensures that previous jobs for the PR are canceled when the PR is # This ensures that previous jobs for the PR are canceled when the PR is
# updated. # updated.

View File

@ -4,6 +4,7 @@ on:
pull_request: pull_request:
branches: branches:
- master - master
- next
# This ensures that previous jobs for the PR are canceled when the PR is # This ensures that previous jobs for the PR are canceled when the PR is
# updated. # updated.

View File

@ -4,6 +4,7 @@ on:
pull_request: pull_request:
branches: branches:
- master - master
- next
# This ensures that previous jobs for the PR are canceled when the PR is # This ensures that previous jobs for the PR are canceled when the PR is
# updated. # updated.

View File

@ -4,6 +4,7 @@ on:
pull_request: pull_request:
branches: branches:
- master - master
- next
# This ensures that previous jobs for the PR are canceled when the PR is # This ensures that previous jobs for the PR are canceled when the PR is
# updated. # updated.

View File

@ -4,6 +4,7 @@ on:
pull_request: pull_request:
branches: branches:
- master - master
- next
# This ensures that previous jobs for the PR are canceled when the PR is # This ensures that previous jobs for the PR are canceled when the PR is
# updated. # updated.

View File

@ -4,6 +4,7 @@ on:
pull_request: pull_request:
branches: branches:
- master - master
- next
# This ensures that previous jobs for the PR are canceled when the PR is # This ensures that previous jobs for the PR are canceled when the PR is
# updated. # updated.

View File

@ -4,6 +4,7 @@ on:
pull_request: pull_request:
branches: branches:
- master - master
- next
permissions: permissions:
contents: read contents: read

View File

@ -4,6 +4,7 @@ on:
pull_request: pull_request:
branches: branches:
- master - master
- next
# This ensures that previous jobs for the PR are canceled when the PR is # This ensures that previous jobs for the PR are canceled when the PR is
# updated. # updated.

View File

@ -3,9 +3,11 @@ on:
pull_request: pull_request:
branches: branches:
- master - master
- next
push: push:
branches: branches:
- master - master
- next
permissions: permissions:
contents: read # to fetch code (actions/checkout) contents: read # to fetch code (actions/checkout)