Skip to content

Commit 966bf00

Browse files
authored
Change branch name from 'master' to 'main' (#85)
1 parent f4f225e commit 966bf00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lambda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Lambda
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
pull_request:
77
types: [opened, synchronize, reopened]
88

@@ -13,7 +13,7 @@ jobs:
1313
- name: Get GitHub Commit SHA based on Ref
1414
id: commit
1515
run: |
16-
if [[ '${{ github.ref }}' == 'refs/heads/master' ]]; then
16+
if [[ '${{ github.ref }}' == 'refs/heads/main' ]]; then
1717
echo "sha=${{ github.sha }}" >> $GITHUB_OUTPUT
1818
else
1919
echo "sha=${{ github.event.pull_request.head.sha }}" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)