diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 82a7ff8..9a201d7 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -1,7 +1,9 @@ name: CodeQL Static Analysis on: - pull_request_target: - types: [opened, synchronize] + push: + branches: + - main + - BIPS-* workflow_dispatch: permissions: diff --git a/.github/workflows/frogbot.yml b/.github/workflows/frogbot.yml index 9966926..b58eb54 100644 --- a/.github/workflows/frogbot.yml +++ b/.github/workflows/frogbot.yml @@ -1,8 +1,12 @@ name: Frogbot on: - pull_request_target: - types: [opened, synchronize] + push: + branches: + - main + - BIPS-* + workflow_dispatch: + permissions: pull-requests: write contents: read diff --git a/.github/workflows/golint.yml b/.github/workflows/golint.yml index 6927b4c..2683e75 100644 --- a/.github/workflows/golint.yml +++ b/.github/workflows/golint.yml @@ -1,11 +1,10 @@ name: Go Lint on: - pull_request_target: - types: [opened, synchronize] push: branches: - main + - BIPS-* workflow_dispatch: permissions: