Skip to content

Commit 35234c6

Browse files
committed
Replaced main branch with master in actions
1 parent 3da2abb commit 35234c6

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Build Android App
33
on:
44
# push:
55
# branches:
6-
# - main
6+
# - master
77
# pull_request:
88
# branches:
9-
# - main
9+
# - master
1010
workflow_dispatch:
1111

1212
jobs:

.github/workflows/build-api.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ name: Build API
33
on:
44
# push:
55
# branches:
6-
# - main
6+
# - master
77
# paths:
88
# - "api/**"
99
# - "common/**"
1010
# pull_request:
1111
# branches:
12-
# - main
12+
# - master
1313
# paths:
1414
# - "api/**"
1515
# - "common/**"

.github/workflows/build-web.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Build Web App
33
on:
44
# push:
55
# branches:
6-
# - main
6+
# - master
77
# pull_request:
88
# branches:
9-
# - main
9+
# - master
1010
workflow_dispatch:
1111

1212
jobs:

.github/workflows/deploy-api.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ name: Deploy API
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77
paths:
88
- "api/**"
99
- "common/**"
1010
# pull_request:
1111
# branches:
12-
# - main
12+
# - master
1313
# paths:
1414
# - "api/**"
1515
# - "common/**"

.github/workflows/deploy-web.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Deploy Web App
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77
# pull_request:
88
# branches:
9-
# - main
9+
# - master
1010
workflow_dispatch:
1111

1212
permissions:

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Build Desktop App (Linux)
33
on:
44
# push:
55
# branches:
6-
# - main
6+
# - master
77
# pull_request:
88
# branches:
9-
# - main
9+
# - master
1010
workflow_dispatch:
1111

1212
jobs:

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Build Desktop App (Windows)
33
on:
44
# push:
55
# branches:
6-
# - main
6+
# - master
77
# pull_request:
88
# branches:
9-
# - main
9+
# - master
1010
workflow_dispatch:
1111

1212
jobs:

0 commit comments

Comments
 (0)