Add 5.4 branch to GitHub workflows
authorTim Düsterhus <duesterhus@woltlab.com>
Mon, 31 May 2021 14:19:13 +0000 (16:19 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Wed, 2 Jun 2021 14:38:07 +0000 (16:38 +0200)
.github/workflows/codestyle.yml
.github/workflows/javascript.yml
.github/workflows/php.yml
.github/workflows/templates.yml
.github/workflows/typescript.yml

index 8cb49e6485b4508a15653f42f5bec27a59dac1ab..eaa73d903639168838d920886b2b443bab768813 100644 (file)
@@ -5,6 +5,7 @@ on:
     branches:
     - "5.2"
     - "5.3"
+    - "5.4"
     - master
   pull_request:
 
index a5f35ade54ae2a55067b25ef63fe18d2b3fced2f..c339bc3a436b32faab44bb8eb74c399364ea0bcb 100644 (file)
@@ -5,6 +5,7 @@ on:
     branches:
     - "5.2"
     - "5.3"
+    - "5.4"
     - master
   pull_request:
 
index 4883f522c4392d4adf36dbfa56d4cf120fef6d1d..1068c40b0adbe18829a350e00d0d27f37f4ce0af 100644 (file)
@@ -5,6 +5,7 @@ on:
     branches:
     - "5.2"
     - "5.3"
+    - "5.4"
     - master
   pull_request:
 
index 69560c2e07641a5ce27a47c29e6c8c4b6358daf1..b6031c5547832254fee07b0d747a3052c8f6b906 100644 (file)
@@ -5,6 +5,7 @@ on:
     branches:
     - "5.2"
     - "5.3"
+    - "5.4"
     - master
   pull_request:
 
index ac3f9cd483a0aabd720420ce2a990ae248b58cf8..49a7f8c8c6d1c3d69be3e8a476a1a3bb75f56b42 100644 (file)
@@ -3,6 +3,7 @@ name: TypeScript
 on:
   push:
     branches:
+    - "5.4"
     - master
   pull_request: