summaryrefslogtreecommitdiffstats
path: root/.github/workflows/lint-php-cs.yml
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2021-12-17 15:57:58 +0100
committerChristoph Wurst <christoph@winzerhof-wurst.at>2021-12-17 15:57:58 +0100
commit53e6d051e0c598537c8b2522e7870a4c17220090 (patch)
tree717380c25f06606ebc42e7bb8ee0b7b91b92f365 /.github/workflows/lint-php-cs.yml
parent5fd5d688d93d65b1079906e92eb31da65917b98d (diff)
Rename `master` references to `main`
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.github/workflows/lint-php-cs.yml')
-rw-r--r--.github/workflows/lint-php-cs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-php-cs.yml b/.github/workflows/lint-php-cs.yml
index 9aad5140..494d778e 100644
--- a/.github/workflows/lint-php-cs.yml
+++ b/.github/workflows/lint-php-cs.yml
@@ -9,7 +9,7 @@ on:
pull_request:
push:
branches:
- - master
+ - main
- stable*
jobs: