Skip to content

Commit b1919bc

Browse files
Remove some triggers from build-and-run-tests
1 parent 013663c commit b1919bc

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
name: "UTBot Java: build and run tests"
22

3-
on:
4-
workflow_dispatch:
5-
workflow_call:
6-
inputs:
7-
commit_sha:
8-
required: true
9-
type: string
10-
3+
on:
114
push:
125
branches: [main]
136
pull_request:

0 commit comments

Comments
 (0)