Skip to content

Commit b2a13b8

Browse files
committed
incorporated review comments
1 parent 42ac765 commit b2a13b8

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/integrationTest.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,7 @@ on:
66
push:
77
branches: [ main ]
88
pull_request:
9-
branches: [ $default-branch ]
10-
workflow_dispatch:
11-
inputs:
12-
releaseVersion:
13-
description: "Define the release version"
14-
required: true
15-
default: ""
16-
developmentVersion:
17-
description: "Define the snapshot version"
18-
required: true
19-
default: ""
9+
branches: [ main ]
2010

2111
jobs:
2212
build:

0 commit comments

Comments
 (0)