Skip to content

Commit

Permalink
Merge pull request #8 from opendatahub-io/gha-release-branches
Browse files Browse the repository at this point in the history
fix(test): Add GH unit test runs to release branches
  • Loading branch information
ruivieira authored Nov 6, 2024
2 parents 8964a60 + a289ae4 commit 78ba0b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
pull_request:
branches:
- 'main'
- 'release-*'
workflow_dispatch:
# Jobs run concurrently and steps run sequentially within a job.
# jobs: linter and cpu_tests. Add more jobs/steps as required.
Expand Down

0 comments on commit 78ba0b9

Please sign in to comment.