Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Commit

Permalink
Updated actions due to branch name change from master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
eiximenis committed Jul 9, 2020
1 parent 7aa6019 commit 54bddb3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: Web in AKS
on:
push:
branches:
- master
- main

jobs:
buildpush:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/container_appservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy in a containerized App Service
on:
push:
branches:
- master
- main

jobs:
build-and-deploy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_build_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build check on PR

on:
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/regular_appservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Web regular AppService
on:
push:
branches:
- master
- main

jobs:
build-and-deploy:
Expand Down

0 comments on commit 54bddb3

Please sign in to comment.