projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecbd54e
)
Add 6.0 branch to GHA workflows
author
Tim Düsterhus
<duesterhus@woltlab.com>
Fri, 15 Sep 2023 13:48:40 +0000
(15:48 +0200)
committer
Tim Düsterhus
<duesterhus@woltlab.com>
Fri, 15 Sep 2023 13:48:40 +0000
(15:48 +0200)
.github/workflows/javascript.yml
patch
|
blob
|
blame
|
history
.github/workflows/php.yml
patch
|
blob
|
blame
|
history
.github/workflows/sql.yml
patch
|
blob
|
blame
|
history
.github/workflows/templates.yml
patch
|
blob
|
blame
|
history
.github/workflows/typescript.yml
patch
|
blob
|
blame
|
history
diff --git
a/.github/workflows/javascript.yml
b/.github/workflows/javascript.yml
index 08a7fc6edb991590722a3f8de60b2048ebfd544a..e2566dcc3bf3006823582d99b9d07be603fd79e8 100644
(file)
--- a/
.github/workflows/javascript.yml
+++ b/
.github/workflows/javascript.yml
@@
-7,6
+7,7
@@
on:
- "5.3"
- "5.4"
- "5.5"
+ - "6.0"
- master
pull_request:
diff --git
a/.github/workflows/php.yml
b/.github/workflows/php.yml
index af34ca94925c8579995be2e5102c627a048295de..ebe58e621df7b8f55edb71dd12c2f05484b3acd1 100644
(file)
--- a/
.github/workflows/php.yml
+++ b/
.github/workflows/php.yml
@@
-7,6
+7,7
@@
on:
- "5.3"
- "5.4"
- "5.5"
+ - "6.0"
- master
paths:
- '*.php'
diff --git
a/.github/workflows/sql.yml
b/.github/workflows/sql.yml
index bb0088c5ae8f257772216b9355f1c16067e5bcf4..b402641f65b4c1897927b5aac2cf9d38c97fa655 100644
(file)
--- a/
.github/workflows/sql.yml
+++ b/
.github/workflows/sql.yml
@@
-3,6
+3,7
@@
name: SQL
on:
push:
branches:
+ - "6.0"
- master
paths:
- wcfsetup/setup/db/install.sql
diff --git
a/.github/workflows/templates.yml
b/.github/workflows/templates.yml
index 752470f78394516b2571985cd8e4f05043a7effe..9f3c5e5cfc5c6644d3113c01a81ec15e9c0c0e79 100644
(file)
--- a/
.github/workflows/templates.yml
+++ b/
.github/workflows/templates.yml
@@
-7,6
+7,7
@@
on:
- "5.3"
- "5.4"
- "5.5"
+ - "6.0"
- master
pull_request:
diff --git
a/.github/workflows/typescript.yml
b/.github/workflows/typescript.yml
index 9a8f69acf11b7703823d5961caeaa75b6b8a7052..f9603e221333892f29cebc8697d68216fefab2c7 100644
(file)
--- a/
.github/workflows/typescript.yml
+++ b/
.github/workflows/typescript.yml
@@
-5,6
+5,7
@@
on:
branches:
- "5.4"
- "5.5"
+ - "6.0"
- master
pull_request: