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 4e8d59a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 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
3 changes: 2 additions & 1 deletion .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ env:
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}

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

permissions:
Expand Down

0 comments on commit 4e8d59a

Please sign in to comment.