Skip to content

Commit

Permalink
fix(ci): run golang workflow on release
Browse files Browse the repository at this point in the history
  • Loading branch information
genofire authored Jul 18, 2024
1 parent 0b4ae73 commit bf7b264
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Test, Lint
name: Golang-Workflow

on:
push:
pull_request:
release:

jobs:
test:
Expand Down

0 comments on commit bf7b264

Please sign in to comment.