Skip to content

Commit 10ebe77

Browse files
committed
Do not run docker or publish on demand
1 parent ec83b77 commit 10ebe77

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/docker.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: docker
22
on:
3-
workflow_dispatch:
43
release:
54
branches: [ "master" ]
65
types: [ "published" ]

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
name: "Create and publish Phar"
1+
name: publish
22

33
on:
4-
workflow_dispatch:
54
release:
65
branches: [ "master" ]
76
types: [ "published" ]

0 commit comments

Comments
 (0)