Skip to content

Commit 6dcdd65

Browse files
authored
ci : only run docker jobs when pushed to master [no ci] (ggml-org#3828)
1 parent ee540bf commit 6dcdd65

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
name: Publish Docker image
22

33
on:
4-
pull_request:
54
push:
65
branches:
76
- master
87

98
jobs:
109
push_to_registry:
1110
name: Push Docker image to Docker Hub
12-
if: github.event.pull_request.draft == false
1311

1412
runs-on: ubuntu-22.04
1513
env:

0 commit comments

Comments
 (0)