Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
Fix invalid branch pattern in GitHub Workflows (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
rm3l authored Jan 25, 2024
1 parent 5f2b8df commit 217f859
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/next-container-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
push:
branches:
- main
- rhdh-1.[0.9]+
- rhdh-1.[0-9]+
- 1.[0-9]+.x

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-container-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
types: [opened, synchronize, reopened, ready_for_review]
branches:
- main
- rhdh-1.[0.9]+
- rhdh-1.[0-9]+
- 1.[0-9]+.x

concurrency:
Expand Down

0 comments on commit 217f859

Please sign in to comment.