Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amirhnajafiz authored Feb 19, 2023
1 parent 91aebd6 commit b791aee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build and Test

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

jobs:

Expand Down Expand Up @@ -35,4 +35,4 @@ jobs:
- name: Export
run: export GO111MODULE=on
- name: Test
run: go test -v ./...
run: go test -v ./...

0 comments on commit b791aee

Please sign in to comment.