1
4
mirror of https://github.com/yunginnanet/HellPot synced 2024-06-20 21:08: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:
push:
branches: [ master, development ]
branches: [ main, development ]
pull_request:
branches: [ master ]
branches: [ main ]
jobs:
build:
@ -14,7 +14,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
go-version: 1.21
- name: go vet -v ./...
run: go vet -v ./...
- name: gosec ./...