Skip to content

Commit

Permalink
Add configurator and oteltest job
Browse files Browse the repository at this point in the history
Also tell github to run workflow on v2 branch.
  • Loading branch information
pmcollins committed Oct 28, 2024
1 parent c2514b3 commit 86148c0
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 @@ -2,9 +2,9 @@ name: test

on:
push:
branches: [main, master]
branches: [main, v2]
pull_request:
branches: [main, master]
branches: [main, v2]

concurrency:
group: test-${{ github.head_ref }}
Expand Down

0 comments on commit 86148c0

Please sign in to comment.