Skip to content

Commit

Permalink
Update test workflow to trigger on all release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
mirzaim committed Nov 2, 2024
1 parent e581cae commit 3632da8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
push:
branches:
- main
- release/0.6.2
- release/*
pull_request:
branches:
- main
- release/0.6.2
- release/*

jobs:
build-and-test:
Expand Down

0 comments on commit 3632da8

Please sign in to comment.