Skip to content

Commit

Permalink
Update cpack.yml
Browse files Browse the repository at this point in the history
Update branches for pull_request
  • Loading branch information
dgaliffiAMD authored Oct 9, 2024
1 parent 98daad2 commit cb74f57
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,15 +4,15 @@ run-name: cpack
on:
workflow_dispatch:
push:
branches: [main, release/**]
branches: release/**
tags:
- "v[1-9].[0-9]+.[0-9]+*"
- "rocm-[1-9].[0-9]+.[0-9]+*"
paths-ignore:
- '*.md'
- 'source/docs/**'
pull_request:
branches: [main]
branches: release/**
paths:
- '.github/workflows/cpack.yml'
- 'docker/**'
Expand Down

0 comments on commit cb74f57

Please sign in to comment.