File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: "Packer checks"
22on :
33 push :
44 branches :
5- - master
5+ - main
66 - develop
77 pull_request :
88 paths :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Release build
33on :
44 push :
55 branches :
6- - master
6+ - main
77 - develop
88 workflow_dispatch :
99
7575 yarn release -d --repositoryUrl https://x-access-token:$GITHUB_TOKEN@github.com/$GITHUB_REPOSITORY.git
7676
7777 - name : Release
78- if : github.event_name != 'pull_request' && contains('refs/heads/master ', github.ref)
78+ if : github.event_name != 'pull_request' && contains('refs/heads/main ', github.ref)
7979 env :
8080 GITHUB_TOKEN : ${{ steps.app-token.outputs.token }}
8181 run : |
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: "Terraform checks"
22on :
33 push :
44 branches :
5- - master
5+ - main
66 - develop
77 pull_request :
88 paths-ignore :
Original file line number Diff line number Diff line change 11{
22 "branches" : [
33 {
4- "name" : " master "
4+ "name" : " main "
55 },
66 {
77 "name" : " develop" ,
You can’t perform that action at this time.
0 commit comments