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 11name : docker extra
22
33on :
4+ workflow_dispatch :
45 push :
56 branches : [ master ]
67 paths :
2930 if : |
3031 github.repository == 'CogStack/CogStack-ModelServe' &&
3132 github.ref == 'refs/heads/master' &&
32- github.event_name == 'push'
33+ ( github.event_name == 'push' || github.event_name == 'workflow_dispatch')
3334 runs-on : ubuntu-latest
3435 permissions :
3536 contents : read
Original file line number Diff line number Diff line change 11name : docker
22
33on :
4+ workflow_dispatch :
45 push :
56 branches : [ master ]
67 pull_request :
2526 if : |
2627 github.repository == 'CogStack/CogStack-ModelServe' &&
2728 github.ref == 'refs/heads/master' &&
28- github.event_name == 'push'
29+ ( github.event_name == 'push' || github.event_name == 'workflow_dispatch')
2930 runs-on : ubuntu-latest
3031 permissions :
3132 contents : read
You can’t perform that action at this time.
0 commit comments