Skip to content

Commit

Permalink
target release/3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mriccobene committed May 4, 2024
1 parent 5a4ad70 commit d32bc9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/qa-clean-exit-block-downloading.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
push:
branches:
- main
- 'release/**'
- 'release/3.*'
pull_request:
branches:
- main
- 'release/**'
- 'release/3.*'
types:
- ready_for_review
workflow_dispatch: # Run manually
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/qa-clean-exit-snapshot-downloading.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
push:
branches:
- main
- 'release/**'
- 'release/3.*'
pull_request:
branches:
- main
- 'release/**'
- 'release/3.*'
types:
- ready_for_review
workflow_dispatch: # Run manually
Expand Down

0 comments on commit d32bc9d

Please sign in to comment.