]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Test can now run on stable prs (#33914)
authorMyra <vasilis@pikachu.systems>
Tue, 17 Dec 2024 19:40:57 +0000 (19:40 +0000)
committerGitHub <noreply@github.com>
Tue, 17 Dec 2024 19:40:57 +0000 (20:40 +0100)
Make tests also run on stable and staging

.github/workflows/build-map-renderer.yml
.github/workflows/build-test-debug.yml
.github/workflows/test-packaging.yml
.github/workflows/validate-rgas.yml
.github/workflows/validate-rsis.yml
.github/workflows/validate_mapfiles.yml
.github/workflows/yaml-linter.yml

index 35aed1a7f7f500855bdd34fc2d7bdc7bbb54805a..398baddd843f26b1908f1146e4a3a084f13361bb 100644 (file)
@@ -2,11 +2,11 @@
 
 on:
   push:
-    branches: [ master, staging, trying ]
+    branches: [ master, staging, stable ]
   merge_group:
   pull_request:
     types: [ opened, reopened, synchronize, ready_for_review ]
-    branches: [ master ]
+    branches: [ master, staging, stable ]
 
 jobs:
   build:
index 47f9fd1a514e62a830dff4fc63ab64ec1a60efd4..8f50c621d82ad8ac17a417f6e520b883620d361a 100644 (file)
@@ -2,11 +2,11 @@ name: Build & Test Debug
 
 on:
   push:
-    branches: [ master, staging, trying ]
+    branches: [ master, staging, stable ]
   merge_group:
   pull_request:
     types: [ opened, reopened, synchronize, ready_for_review ]
-    branches: [ master ]
+    branches: [ master, staging, stable ]
 
 jobs:
   build:
index 2d002f869a169da3c4110c7013465e61fd10afc9..bddacb9fa4e5d3109b6535ebf7148ac0e375cbf8 100644 (file)
@@ -2,7 +2,7 @@
 
 on:
   push:
-    branches: [ master, staging, trying ]
+    branches: [ master, staging, stable ]
     paths:
       - '**.cs'
       - '**.csproj'
@@ -16,7 +16,7 @@ on:
   merge_group:
   pull_request:
     types: [ opened, reopened, synchronize, ready_for_review ]
-    branches: [ master ]
+    branches: [ master, staging, stable ]
     paths:
       - '**.cs'
       - '**.csproj'
index 2c4bb40fdf35e06b1dba0757ddb66bc5b71601c2..25191958a8c3acd9e09d66acfb6d54f5a2b9006d 100644 (file)
@@ -1,7 +1,7 @@
 name: RGA schema validator
 on:
   push:
-    branches: [ master, staging, trying ]
+    branches: [ master, staging, stable ]
   merge_group:
   pull_request:
     types: [ opened, reopened, synchronize, ready_for_review ]
index b76df28e6afff03cc89eae382474e4ffff4db625..5d30944c73f6eba3f043a66ce80f22fc9a20ecb8 100644 (file)
@@ -2,7 +2,7 @@ name: RSI Validator
 
 on:
   push:
-    branches: [ staging, trying ]
+    branches: [ master, staging, stable ]
   merge_group:
   pull_request:
     paths:
index fb11e1a4697d88f210f3530e90edb65829803d28..aaf1edcc28957229e0b45c9bf5a68bd389f4458c 100644 (file)
@@ -1,7 +1,7 @@
 name: Map file schema validator
 on:
   push:
-    branches: [ master, staging, trying ]
+    branches: [ master, staging, stable ]
   merge_group:
   pull_request:
     types: [ opened, reopened, synchronize, ready_for_review ]
index 691eb29f1de4269dcf3e9f77480b0f4df766c819..0b6e934cb594fd0d76fb5936d46789baa0df8e77 100644 (file)
@@ -2,7 +2,7 @@ name: YAML Linter
 
 on:
   push:
-    branches: [ master, staging, trying ]
+    branches: [ master, staging, stable ]
   merge_group:
   pull_request:
     types: [ opened, reopened, synchronize, ready_for_review ]