Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thedevs-network/kutt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxescure <xescure@outlook.com>2021-03-23 21:56:46 +0300
committerxescure <xescure@outlook.com>2021-03-23 21:56:46 +0300
commitd064290a574ec6594999ddd6487a0b130f900201 (patch)
tree299f128e5b473d8824a8fc30e12e2134ed8c91b8
parent71aadf646669f9718bf76077877663408a0d7cb7 (diff)
fix trigger
-rw-r--r--.github/workflows/docker-build.yaml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/docker-build.yaml b/.github/workflows/docker-build.yaml
index b80276e..d0b0293 100644
--- a/.github/workflows/docker-build.yaml
+++ b/.github/workflows/docker-build.yaml
@@ -1,9 +1,6 @@
name: docker-build
-on:
- push:
- branches:
- - 'master'
+on: push
jobs:
dockerhub-build-push: