]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
hotfix
authorMaxSMokeSkaarj <vnazarov@smokeofanarchy.ru>
Thu, 22 May 2025 14:57:59 +0000 (00:57 +1000)
committerMaxSMokeSkaarj <vnazarov@smokeofanarchy.ru>
Thu, 22 May 2025 14:57:59 +0000 (00:57 +1000)
.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 3d01618348b23dafc85e88b647d41de3e2e41ec6..1a3b51f5f43cbdc970383d0e43eb96fd7fc31819 100644 (file)
@@ -2,11 +2,11 @@
 
 on:
   push:
-    branches: [ master, staging, stable ]
+    branches: [ master, staging, stable, main ]
   merge_group:
   pull_request:
     types: [ opened, reopened, synchronize, ready_for_review ]
-    branches: [ master, staging, stable ]
+    branches: [ master, staging, stable, main ]
 
 jobs:
   build:
index 369239aecfd4caf4681f0b44bb0b4c7d2e027d83..22dbffc2de3988c8504cdcb7dc2175dbf26d0623 100644 (file)
@@ -2,7 +2,7 @@ name: Build & Test Debug
 
 on:
   push:
-    branches: [ master, staging, stable ]
+    branches: [ master, staging, stable, main ]
   merge_group:
   pull_request:
     types: [ opened, reopened, synchronize, ready_for_review ]
index ed137a19d061711c8794594e98088d15886e6a17..c531196cd02ec193c92bc24e90d2bb7bd56b8a80 100644 (file)
@@ -2,7 +2,7 @@
 
 on:
   push:
-    branches: [ master, staging, stable ]
+    branches: [ master, staging, stable, main ]
     paths:
       - '**.cs'
       - '**.csproj'
index df58b97aff6e0c630aa14067a76a42768db9f7f7..f6e6ff9e9176891b61c0050ca8953fb290d077c3 100644 (file)
@@ -1,7 +1,7 @@
 name: RGA schema validator
 on:
   push:
-    branches: [ master, staging, stable ]
+    branches: [ master, staging, stable, main ]
   merge_group:
   pull_request:
     types: [ opened, reopened, synchronize, ready_for_review ]
index 845000d6df80d72f04a337c559a7c3449bb62836..ca3f115e1f4a92fd4ccb505a46cfbd05780621be 100644 (file)
@@ -2,7 +2,7 @@ name: RSI Validator
 
 on:
   push:
-    branches: [ master, staging, stable ]
+    branches: [ master, staging, stable, main ]
   merge_group:
   pull_request:
     paths:
index 53fa3b4ae45528fd30a716b61d5de295171d1e05..978272a8185af7d783e036357fbbff7e6ce326e2 100644 (file)
@@ -1,7 +1,7 @@
 name: Map file schema validator
 on:
   push:
-    branches: [ master, staging, stable ]
+    branches: [ master, staging, stable, main ]
   merge_group:
   pull_request:
     types: [ opened, reopened, synchronize, ready_for_review ]
index c10549bcb4629aa623fef27acc8a5ed07484633c..0c5f7ea849db4e459be495ecc26f6ab093258996 100644 (file)
@@ -2,7 +2,7 @@ name: YAML Linter
 
 on:
   push:
-    branches: [ master, staging, stable ]
+    branches: [ master, staging, stable, main ]
   merge_group:
   pull_request:
     types: [ opened, reopened, synchronize, ready_for_review ]