Skip to content

Commit

Permalink
ci: Adding pull request event trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
ivgonzalezc committed Apr 12, 2024
1 parent 37883a3 commit 391d05b
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: CodeQL Static Analysis
on:
pull_request:
branches: [main]
push:
branches:
- main
- BIPS-*
workflow_dispatch:

permissions:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/frogbot.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Frogbot

on:
pull_request:
branches: [main]
push:
branches:
- main
- BIPS-*
workflow_dispatch:

permissions:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/golint.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Go Lint

on:
pull_request:
branches: [main]
push:
branches:
- main
- BIPS-*
workflow_dispatch:

permissions:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ env:
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}

on:
pull_request:
branches: [main]
push:
branches:
- main
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: CodeQL Static Analysis

on:
workflow_dispatch:

permissions:
contents: read
security-events: write
actions: read

jobs:

0 comments on commit 391d05b

Please sign in to comment.