Skip to content

Commit 796a845

Browse files
authored
ci: update branch
1 parent 5ea0903 commit 796a845

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/cd.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
name: cd
22
on:
33
push:
4-
branches: [master]
4+
branches:
5+
- main
56
jobs:
67
cd:
78
runs-on: ubuntu-latest
89
steps:
910
- uses: actions/checkout@v2
10-
- uses: GoogleCloudPlatform/[email protected]
11+
- uses: google-github-actions/[email protected]
1112
id: release
1213
with:
1314
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)