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:
authorthecalcaholic <6317548+theCalcaholic@users.noreply.github.com>2022-08-18 11:26:26 +0300
committerthecalcaholic <6317548+theCalcaholic@users.noreply.github.com>2022-08-18 11:26:26 +0300
commitbe198ff61ec888616c8ac13066ae39514e6242f7 (patch)
tree057c730d47abf5abcc06af51e0df6b1bb196a7a5 /.github/workflows
parentd0127223786798c06e721b7f7fdea130fb7c7f7a (diff)
build-lxd.yml: Add branches filter to pull_request trigger
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build-lxd.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/build-lxd.yml b/.github/workflows/build-lxd.yml
index 358bdbfb..6a2e60b7 100644
--- a/.github/workflows/build-lxd.yml
+++ b/.github/workflows/build-lxd.yml
@@ -14,6 +14,9 @@ on:
branches:
- "**"
pull_request:
+ branches:
+ - "master"
+ - "devel"
jobs:
build: