Skip to content

Commit

Permalink
Added release branches to test.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schuster <[email protected]>
  • Loading branch information
sschu committed Jan 29, 2025
1 parent 0448f48 commit 5b8f403
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ name: test
on:
push:
branches:
- main
- "main"
- "release/*"
paths-ignore:
- '**/*.md'
pull_request:
branches:
- main
- "main"
- "release/*"
paths-ignore:
- '**/*.md'

Expand Down

0 comments on commit 5b8f403

Please sign in to comment.