Skip to content

Commit

Permalink
chore: Use a common syntax to match with any branch names
Browse files Browse the repository at this point in the history
Signed-off-by: gatici <[email protected]>
  • Loading branch information
gatici committed Dec 17, 2024
1 parent 1cf564a commit d885100
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ name: Main workflow
on:
pull_request:
branches:
- rel-1.5
- rel-*
push:
branches:
- rel-1.5
- rel-*

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: GitHub release and Docker images
on:
push:
branches:
- rel-1.5
- rel-*
tags:
- v*

Expand Down

0 comments on commit d885100

Please sign in to comment.