File tree Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Original file line number Diff line number Diff line change 1
1
name : QuantMS-Rescoring Containers Build and Sync
2
2
3
- on :
4
- push :
5
- branches : [ "main" ]
6
- pull_request :
7
- branches : [ "main" ]
8
- paths :
9
- - ' Dockerfile'
10
- - ' .github/workflows/**'
11
- release :
12
- types : [published]
13
- workflow_dispatch :
14
- inputs :
15
- push_images :
16
- description : ' Push images to registry'
17
- required : false
18
- default : true
19
- type : ' boolean'
20
- push_release :
21
- description : ' Push as release version'
22
- required : false
23
- default : false
24
- type : boolean
3
+ # on:
4
+ # push:
5
+ # branches: [ "main" ]
6
+ # pull_request:
7
+ # branches: [ "main" ]
8
+ # paths:
9
+ # - 'Dockerfile'
10
+ # - '.github/workflows/**'
11
+ # release:
12
+ # types: [published]
13
+ # workflow_dispatch:
14
+ # inputs:
15
+ # push_images:
16
+ # description: 'Push images to registry'
17
+ # required: false
18
+ # default: true
19
+ # type: 'boolean'
20
+ # push_release:
21
+ # description: 'Push as release version'
22
+ # required: false
23
+ # default: false
24
+ # type: boolean
25
25
26
26
jobs :
27
27
build-quantms-rescoring :
You can’t perform that action at this time.
0 commit comments