Run Workflows on Release Branches (#409)
Signed-off-by: David Galiffi <David.Galiffi@amd.com>
This commit is contained in:
committed by
coleramos425
szülő
ae6ed4c8a9
commit
3499b8571d
@@ -3,9 +3,9 @@ name: Formatting
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ amd-mainline, amd-staging ]
|
||||
branches: [ amd-mainline, amd-staging, release/** ]
|
||||
pull_request:
|
||||
branches: [ amd-mainline, amd-staging ]
|
||||
branches: [ amd-mainline, amd-staging, release/** ]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
@@ -2,7 +2,7 @@ name: mi-rhel9
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ amd-mainline ]
|
||||
branches: [ amd-mainline, release/** ]
|
||||
|
||||
# Allows manual execution
|
||||
workflow_dispatch:
|
||||
|
||||
@@ -5,9 +5,9 @@ name: RHEL 8
|
||||
# Controls when the workflow will run
|
||||
on:
|
||||
push:
|
||||
branches: [ amd-mainline, amd-staging ]
|
||||
branches: [ amd-mainline, amd-staging, release/** ]
|
||||
pull_request:
|
||||
branches: [ amd-mainline, amd-staging ]
|
||||
branches: [ amd-mainline, amd-staging, release/** ]
|
||||
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
||||
@@ -2,7 +2,7 @@ name: tarball
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ amd-mainline ]
|
||||
branches: [ amd-mainline, release/** ]
|
||||
pull_request:
|
||||
|
||||
concurrency:
|
||||
|
||||
@@ -4,9 +4,9 @@ name: Ubuntu 22.04
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ amd-mainline, amd-staging ]
|
||||
branches: [ amd-mainline, amd-staging, release/** ]
|
||||
pull_request:
|
||||
branches: [ amd-mainline, amd-staging ]
|
||||
branches: [ amd-mainline, amd-staging, release/** ]
|
||||
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
||||
Reference in New Issue
Block a user