Skip to content

Commit fb4e8e8

Browse files
committed
only push on master
1 parent 3bfef1b commit fb4e8e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/Docker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: Docker build
33
# Run this workflow every time a new commit pushed to your repository
44
on:
55
push:
6-
6+
branches:
7+
- master
78

89
env:
910
PUID: '1000'

0 commit comments

Comments
 (0)