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

github.com/nextcloud/previewgenerator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Steinmetz <richard@steinmetz.cloud>2021-12-14 19:29:44 +0300
committerGitHub <noreply@github.com>2021-12-14 19:29:44 +0300
commit6e9aee3b5030dd5eee21124b4c954930fce3fc14 (patch)
treed72fc9e88303abce55b4bdd409d7caa41d2afaef
parente3742ebbe523cd54782a38e139cd212774aea237 (diff)
parent9024fee7e65190d66f0d241f7b4999ede625c985 (diff)
Merge pull request #272 from nextcloud/fix/noid/main-ci
Use main branch in CI
-rw-r--r--.github/workflows/lint.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 97ea55a..00e930c 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- - master
+ - main
- stable*
jobs:
@@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
php-versions: ['7.3', '7.4', '8.0']
-
+
name: php${{ matrix.php-versions }}
steps:
- uses: actions/checkout@v2