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:32:00 +0300
committerthecalcaholic <6317548+theCalcaholic@users.noreply.github.com>2022-08-18 11:32:00 +0300
commitea47e8fa369d194c7cd44165a10d06aa8909f79a (patch)
tree97168bc985da6580c5bbdfb4b57d7cc94026847c /.github
parentbe198ff61ec888616c8ac13066ae39514e6242f7 (diff)
Add pr-tests.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/pr-tests.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/workflows/pr-tests.yml b/.github/workflows/pr-tests.yml
new file mode 100644
index 00000000..99ca0807
--- /dev/null
+++ b/.github/workflows/pr-tests.yml
@@ -0,0 +1,11 @@
+on:
+ pull_request:
+ branches:
+ - master
+ - devel
+
+jobs:
+ lxd:
+ uses: ./.github/workflows/build-lxd.yml
+ with:
+ git_ref: "${{ github.head_ref || github.ref_name }}"