Skip to content

Commit 3380506

Browse files
viktoriia-fominaAbdullinAM
authored andcommitted
Run tests on push into release branches (UnitTestBot#1045)
1 parent 40bf31b commit 3380506

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.github/workflows/build-and-run-tests.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@ name: "UTBot Java: build and run tests"
22

33
on:
44
push:
5-
branches: [main]
5+
branches:
6+
- 'main'
7+
- 'unit-test-bot/r**'
68
pull_request:
7-
branches: [main]
9+
branches:
10+
- 'main'
11+
- 'unit-test-bot/r**'
812

913
env:
1014
REGISTRY: ghcr.io

.github/workflows/publish-plugin-and-cli.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: "Plugin and CLI: publish as archives"
22
on:
33
push:
4-
branches: [main]
4+
branches:
5+
- 'main'
6+
- 'unit-test-bot/r**'
57

68
jobs:
79
publish_plugin_and_cli:

0 commit comments

Comments
 (0)