File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
name : docker extra
2
2
3
3
on :
4
+ workflow_dispatch :
4
5
push :
5
6
branches : [ master ]
6
7
paths :
29
30
if : |
30
31
github.repository == 'CogStack/CogStack-ModelServe' &&
31
32
github.ref == 'refs/heads/master' &&
32
- github.event_name == 'push'
33
+ ( github.event_name == 'push' || github.event_name == 'workflow_dispatch')
33
34
runs-on : ubuntu-latest
34
35
permissions :
35
36
contents : read
Original file line number Diff line number Diff line change 1
1
name : docker
2
2
3
3
on :
4
+ workflow_dispatch :
4
5
push :
5
6
branches : [ master ]
6
7
pull_request :
25
26
if : |
26
27
github.repository == 'CogStack/CogStack-ModelServe' &&
27
28
github.ref == 'refs/heads/master' &&
28
- github.event_name == 'push'
29
+ ( github.event_name == 'push' || github.event_name == 'workflow_dispatch')
29
30
runs-on : ubuntu-latest
30
31
permissions :
31
32
contents : read
You can’t perform that action at this time.
0 commit comments