Skip to content

Commit

Permalink
master -> main
Browse files Browse the repository at this point in the history
Signed-off-by: Silas Davis <[email protected]>
  • Loading branch information
Silas Davis committed Jun 3, 2021
1 parent af6c067 commit 5644f38
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/master.yaml → .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: master
name: main
on:
push:
branches:
- master
branches:
- main

jobs:
unit:
Expand All @@ -22,7 +22,7 @@ jobs:

integration:
runs-on: ubuntu-latest
env:
env:
GCLOUD_SERVICE_KEY: ${{ secrets.GCLOUD_SERVICE_KEY }}
steps:
- uses: actions/checkout@v2
Expand All @@ -33,4 +33,4 @@ jobs:
with:
service_account_key: ${{ secrets.GCLOUD_SERVICE_KEY }}
export_default_credentials: true
- run: make test_integration
- run: make test_integration
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
tags:
- 'v*'
branches:
- release
- prerelease

jobs:
go:
Expand Down

0 comments on commit 5644f38

Please sign in to comment.