Skip to content

Commit

Permalink
Add go.sum, delete vendor, modify target branch to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
sjtuzc954 committed Apr 15, 2024
1 parent 6526839 commit a6ef323
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Go

on:
push:
branches: [ "main" ]
branches: [ "main", "dev"]
pull_request:
branches: [ "main" ]
branches: [ "main", "dev" ]

jobs:

Expand Down
Empty file added go.sum
Empty file.
7 changes: 0 additions & 7 deletions vendor/README.md

This file was deleted.

0 comments on commit a6ef323

Please sign in to comment.