Skip to content

Commit 9bdce53

Browse files
committed
feat: Disable autorun for Actions
1 parent dac48b3 commit 9bdce53

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: Build and Push Docker Image
22

33
on:
4-
push:
5-
branches:
6-
- master
4+
workflow_dispatch:
5+
76

87
permissions:
98
contents: read

0 commit comments

Comments
 (0)