Skip to content

Commit

Permalink
Replaced main branch with master in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
albbus-stack committed May 23, 2024
1 parent 3da2abb commit 35234c6
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Build Android App
on:
# push:
# branches:
# - main
# - master
# pull_request:
# branches:
# - main
# - master
workflow_dispatch:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: Build API
on:
# push:
# branches:
# - main
# - master
# paths:
# - "api/**"
# - "common/**"
# pull_request:
# branches:
# - main
# - master
# paths:
# - "api/**"
# - "common/**"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Build Web App
on:
# push:
# branches:
# - main
# - master
# pull_request:
# branches:
# - main
# - master
workflow_dispatch:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: Deploy API
on:
push:
branches:
- main
- master
paths:
- "api/**"
- "common/**"
# pull_request:
# branches:
# - main
# - master
# paths:
# - "api/**"
# - "common/**"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Deploy Web App
on:
push:
branches:
- main
- master
# pull_request:
# branches:
# - main
# - master
workflow_dispatch:

permissions:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Build Desktop App (Linux)
on:
# push:
# branches:
# - main
# - master
# pull_request:
# branches:
# - main
# - master
workflow_dispatch:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Build Desktop App (Windows)
on:
# push:
# branches:
# - main
# - master
# pull_request:
# branches:
# - main
# - master
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 35234c6

Please sign in to comment.