Skip to content

Commit

Permalink
ci: removing other pull request target options
Browse files Browse the repository at this point in the history
  • Loading branch information
ivgonzalezc committed Apr 10, 2024
1 parent e1ce1ed commit 37883a3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: CodeQL Static Analysis
on:
pull_request_target:
types: [opened, synchronize]
push:
branches:
- main
- BIPS-*
workflow_dispatch:

permissions:
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/frogbot.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/golint.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: Go Lint

on:
pull_request_target:
types: [opened, synchronize]
push:
branches:
- main
- BIPS-*
workflow_dispatch:

permissions:
Expand Down

0 comments on commit 37883a3

Please sign in to comment.