Skip to content

Commit 96bafb9

Browse files
authored
Merge pull request #2 from NikitosAseev/workflowFix
Исправить workflow ч.1
2 parents b65da21 + bd826d2 commit 96bafb9

8 files changed

Lines changed: 11 additions & 11 deletions

.github/workflows/build-map-renderer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
on:
44
push:
5-
branches: [ master, staging, stable ]
5+
branches: [ develop ]
66
merge_group:
77
pull_request:
88
types: [ opened, reopened, synchronize, ready_for_review ]
9-
branches: [ master, staging, stable ]
9+
branches: [ develop ]
1010

1111
jobs:
1212
build:

.github/workflows/build-test-debug.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: Build & Test Debug
22

33
on:
44
push:
5-
branches: [ master, staging, stable ]
5+
branches: [ develop ]
66
merge_group:
77
pull_request:
88
types: [ opened, reopened, synchronize, ready_for_review ]
9-
branches: [ master, staging, stable ]
9+
branches: [ develop ]
1010

1111
jobs:
1212
build:

.github/workflows/labeler-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
jobs:
66
add_label:
77
# Change the repository name after you've made sure the team name is correct for your fork!
8-
if: ${{ (github.repository == 'space-wizards/space-station-14') && (github.event.review.state == 'APPROVED') }}
8+
if: ${{ (github.repository == 'rp-s-tech/SS14_Workstation') && (github.event.review.state == 'APPROVED') }}
99
permissions:
1010
contents: read
1111
pull-requests: write

.github/workflows/test-packaging.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
on:
44
push:
5-
branches: [ master, staging, stable ]
5+
branches: [ develop ]
66
paths:
77
- '**.cs'
88
- '**.csproj'
@@ -16,7 +16,7 @@ on:
1616
merge_group:
1717
pull_request:
1818
types: [ opened, reopened, synchronize, ready_for_review ]
19-
branches: [ master, staging, stable ]
19+
branches: [ develop ]
2020
paths:
2121
- '**.cs'
2222
- '**.csproj'

.github/workflows/validate-rgas.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: RGA schema validator
22
on:
33
push:
4-
branches: [ master, staging, stable ]
4+
branches: [ develop ]
55
merge_group:
66
pull_request:
77
types: [ opened, reopened, synchronize, ready_for_review ]

.github/workflows/validate-rsis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: RSI Validator
22

33
on:
44
push:
5-
branches: [ master, staging, stable ]
5+
branches: [ develop ]
66
merge_group:
77
pull_request:
88
paths:

.github/workflows/validate_mapfiles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Map file schema validator
22
on:
33
push:
4-
branches: [ master, staging, stable ]
4+
branches: [ develop ]
55
merge_group:
66
pull_request:
77
types: [ opened, reopened, synchronize, ready_for_review ]

.github/workflows/yaml-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: YAML Linter
22

33
on:
44
push:
5-
branches: [ master, staging, stable ]
5+
branches: [ develop ]
66
merge_group:
77
pull_request:
88
types: [ opened, reopened, synchronize, ready_for_review ]

0 commit comments

Comments
 (0)