Skip to content

Commit

Permalink
Fix branches
Browse files Browse the repository at this point in the history
Signed-off-by: David Galiffi <[email protected]>
  • Loading branch information
dgaliffiAMD committed Sep 28, 2024
1 parent d640e86 commit de484b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ run-name: cpack
on:
workflow_dispatch:
push:
branches: [main, amd-mainline, release/**]
branches: [amd-staging, amd-mainline, release/**]
tags:
- "v[1-9].[0-9]+.[0-9]+*"
- "rocm-[1-9].[0-9]+.[0-9]+*"
Expand All @@ -13,7 +13,7 @@ on:
- 'docs/**'
- 'source/docs/**'
pull_request:
branches: [main, amd-mainline]
branches: [amd-staging]
paths:
- '.github/workflows/cpack.yml'
- 'docker/**'
Expand Down

0 comments on commit de484b6

Please sign in to comment.