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:
e440c1b
)
Add 5.4 branch to GitHub workflows
author
Tim Düsterhus
<duesterhus@woltlab.com>
Mon, 31 May 2021 14:19:13 +0000
(16:19 +0200)
committer
Tim Düsterhus
<duesterhus@woltlab.com>
Wed, 2 Jun 2021 14:38:07 +0000
(16:38 +0200)
.github/workflows/codestyle.yml
patch
|
blob
|
blame
|
history
.github/workflows/javascript.yml
patch
|
blob
|
blame
|
history
.github/workflows/php.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/codestyle.yml
b/.github/workflows/codestyle.yml
index 8cb49e6485b4508a15653f42f5bec27a59dac1ab..eaa73d903639168838d920886b2b443bab768813 100644
(file)
--- a/
.github/workflows/codestyle.yml
+++ b/
.github/workflows/codestyle.yml
@@
-5,6
+5,7
@@
on:
branches:
- "5.2"
- "5.3"
+ - "5.4"
- master
pull_request:
diff --git
a/.github/workflows/javascript.yml
b/.github/workflows/javascript.yml
index a5f35ade54ae2a55067b25ef63fe18d2b3fced2f..c339bc3a436b32faab44bb8eb74c399364ea0bcb 100644
(file)
--- a/
.github/workflows/javascript.yml
+++ b/
.github/workflows/javascript.yml
@@
-5,6
+5,7
@@
on:
branches:
- "5.2"
- "5.3"
+ - "5.4"
- master
pull_request:
diff --git
a/.github/workflows/php.yml
b/.github/workflows/php.yml
index 4883f522c4392d4adf36dbfa56d4cf120fef6d1d..1068c40b0adbe18829a350e00d0d27f37f4ce0af 100644
(file)
--- a/
.github/workflows/php.yml
+++ b/
.github/workflows/php.yml
@@
-5,6
+5,7
@@
on:
branches:
- "5.2"
- "5.3"
+ - "5.4"
- master
pull_request:
diff --git
a/.github/workflows/templates.yml
b/.github/workflows/templates.yml
index 69560c2e07641a5ce27a47c29e6c8c4b6358daf1..b6031c5547832254fee07b0d747a3052c8f6b906 100644
(file)
--- a/
.github/workflows/templates.yml
+++ b/
.github/workflows/templates.yml
@@
-5,6
+5,7
@@
on:
branches:
- "5.2"
- "5.3"
+ - "5.4"
- master
pull_request:
diff --git
a/.github/workflows/typescript.yml
b/.github/workflows/typescript.yml
index ac3f9cd483a0aabd720420ce2a990ae248b58cf8..49a7f8c8c6d1c3d69be3e8a476a1a3bb75f56b42 100644
(file)
--- a/
.github/workflows/typescript.yml
+++ b/
.github/workflows/typescript.yml
@@
-3,6
+3,7
@@
name: TypeScript
on:
push:
branches:
+ - "5.4"
- master
pull_request: