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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2021-05-08 23:23:01 +0300
committerdartcafe <github@dartcafe.de>2021-05-08 23:23:01 +0300
commit1cfc1621886a487de3dc4d0f1180a4a421b387dd (patch)
tree02d1a93d0b5412f74e063702b4db61a2cbb8ea23 /.github
parentbea7ebd0c214a6ee17d6a1750b8ec8d3d9c189fe (diff)
fix
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/static-analysis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml
index 9d492626..d0c2edae 100644
--- a/.github/workflows/static-analysis.yml
+++ b/.github/workflows/static-analysis.yml
@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- ocp-version: [ 'master' ]
+ ocp-version: [ 'dev-master' ]
name: Nextcloud ${{ matrix.ocp-version }}
steps:
- name: Checkout