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

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias K <6317548+theCalcaholic@users.noreply.github.com>2022-05-05 02:35:52 +0300
committerTobias K <6317548+theCalcaholic@users.noreply.github.com>2022-05-05 02:35:52 +0300
commit6692663907eae78c510aa56105523e6176557416 (patch)
treebfcba7b01699f4d53a1d7249decb72ec7e28c719
parent5e8193456eb3268b421df87108732d821408a6ca (diff)
build-docker.yml: Fix push rule to match all branches
Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com>
-rw-r--r--.github/workflows/build-docker.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml
index 77c85c24..6711bb99 100644
--- a/.github/workflows/build-docker.yml
+++ b/.github/workflows/build-docker.yml
@@ -7,7 +7,7 @@ name: 'Docker Integration Tests and Release'
on:
push:
branches:
- - "*"
+ - "**"
tags:
- 'v*'