Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Run tests on release branches
  • Loading branch information
viktoriia-fomina authored Sep 30, 2022
commit 4a5d082da2486a7efa89be3f7cfe5a9ed9a01b52
8 changes: 6 additions & 2 deletions .github/workflows/build-and-run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: "UTBot Java: build and run tests"

on:
push:
branches: [main]
branches:
- 'main'
- 'unit-test-bot/r**'
pull_request:
branches: [main]
branches:
- 'main'
- 'unit-test-bot/r**'

env:
REGISTRY: ghcr.io
Expand Down