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:22:55 +0300
committerRichard Steinmetz <richard@steinmetz.cloud>2021-12-14 19:22:55 +0300
commit9024fee7e65190d66f0d241f7b4999ede625c985 (patch)
treed72fc9e88303abce55b4bdd409d7caa41d2afaef
parente3742ebbe523cd54782a38e139cd212774aea237 (diff)
Use main branch in CI
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
-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