1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

chore(ci): do not run gitleaks on prs

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos A Becker 2022-06-27 08:55:24 -03:00
parent 5e57eceb50
commit 5aed49bd0a
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -1,6 +1,10 @@
name: gitleaks
on: [push,pull_request]
on:
push:
branches:
- 'main'
permissions:
contents: read