diff --git a/.github/workflows/go-test-gosec.yml b/.github/workflows/go-test-gosec.yml index df03d7e..220c697 100644 --- a/.github/workflows/go-test-gosec.yml +++ b/.github/workflows/go-test-gosec.yml @@ -1,10 +1,11 @@ # Run tests on every push for extra branches -name: GoTestExtra +name: GoSec on: push: branches-ignore: - 'dependabot/**' + branches: - master - main pull_request: