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

index 9294cbc6daec3b5ae4f0075426bbe449e37b43d7..e024c5407014f706fb21902ff0ea30411fe77c6b 100644 (file)
@@ -5,6 +5,7 @@ on:
     branches:
     - "5.2"
     - "5.3"
+    - "5.4"
     - master
   pull_request:
 
index 4a3ad0956927a24209e20643fe578a584033f9ff..83bceed56655b10d168bc26e9dbe69834e8f6f65 100644 (file)
@@ -5,6 +5,7 @@ on:
     branches:
     - "5.2"
     - "5.3"
+    - "5.4"
     - master
   pull_request:
 
index fe6161ec55b2d49ef45592bf6fe0f0594b0b10ea..b41bac2af270e5c1061ba7300a080f0c605615d9 100644 (file)
@@ -5,6 +5,7 @@ on:
     branches:
     - "5.2"
     - "5.3"
+    - "5.4"
     - master
   pull_request:
 
index 5f036470b9e0a7f6055f11e0637eadcdd811a85c..17512bfa186e25c14a3bfcd5d44fd4922bced48e 100644 (file)
@@ -3,6 +3,7 @@ name: TypeScript
 on:
   push:
     branches:
+    - "5.4"
     - master
   pull_request: