Skip to content

Commit

Permalink
build(actions): running only on open PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
azemetre committed May 16, 2023
1 parent c4ca243 commit 06da8ec
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/vet-tests-staticcheck.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
name: "Run tests, vet, staticchecker, and coverage"
name: "vet, tests, staticchecker, and coverage"

on:
pull_request:
types: [opened]
push:
branches:
- main
- release
pull_request_target:
branches: [main]

env:
GO111MODULE: on
Expand Down

0 comments on commit 06da8ec

Please sign in to comment.