Skip to content

Commit

Permalink
Try different branch filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Molter73 committed May 29, 2024
1 parent 3f48a16 commit 9cad93c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/konflux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ on:
- 3.*.*
pull_request:
branches:
- '**konflux**'
- '**rhtap**'
- '**/*konflux*'
- '**/*rhtap*'
- '*konflux*'
- '*rhtap*'

concurrency:
group: ${{ github.head_ref || github.run_id }}
Expand Down

0 comments on commit 9cad93c

Please sign in to comment.