1
4
mirror of https://github.com/yunginnanet/HellPot synced 2024-06-27 08:18:03 +00:00

Fix[CI]: fix workflow branch name

(cherry picked from commit c58a3465aef6a56adfa23b76b4313f26997be4e3)
Signed-off-by: kayos@tcp.direct <kayos@tcp.direct>
This commit is contained in:
kayos@tcp.direct 2023-11-15 23:32:08 -08:00
parent 6f732e71a4
commit 955e49e172
Signed by: kayos
GPG Key ID: 4B841471B4BEE979

@ -2,9 +2,9 @@ name: Vibe Check
on: on:
push: push:
branches: [ master, development ] branches: [ main, development ]
pull_request: pull_request:
branches: [ master ] branches: [ main ]
jobs: jobs:
build: build:
@ -14,7 +14,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v4 uses: actions/setup-go@v4
with: with:
go-version: 1.19 go-version: 1.21
- name: go vet -v ./... - name: go vet -v ./...
run: go vet -v ./... run: go vet -v ./...
- name: gosec ./... - name: gosec ./...