Skip to content

Commit

Permalink
Enable tests for /v3 branch
Browse files Browse the repository at this point in the history
Resolves #2841
  • Loading branch information
Sean-Der committed Aug 1, 2024
1 parent 2364173 commit 9aa2be7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/browser-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ on:
pull_request:
branches:
- master
- v3
push:
branches:
- master
- v3

jobs:
e2e-test:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ on:
pull_request:
branches:
- master
- v3
paths:
- '**.go'

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/examples-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ on:
pull_request:
branches:
- master
- v3
push:
branches:
- master
- v3

jobs:
pion-to-pion-test:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ on:
push:
branches:
- master
- v3
pull_request:

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tidy-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:
push:
branches:
- master
- v3

jobs:
tidy:
Expand Down

0 comments on commit 9aa2be7

Please sign in to comment.