aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2021-06-05 23:08:03 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2021-06-05 23:08:03 +0530
commit7c428f8aa39e2142ef1c5f944d759244266eddb0 (patch)
treed01f53cdffb6772f06c6a55414396abceca5488f /.github
parent0fd08dc812df17838611ff67be6903b4a5f22511 (diff)
only build on release
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/Docker-Build.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/Docker-Build.yaml b/.github/workflows/Docker-Build.yaml
index 73c52fb..d99c741 100644
--- a/.github/workflows/Docker-Build.yaml
+++ b/.github/workflows/Docker-Build.yaml
@@ -1,8 +1,8 @@
name: Docker Build
on:
- push:
- branches: [ master ]
+ release:
+ types: [published]
jobs:
buildx: