Skip to content

Commit

Permalink
changed branch for automatic github action run
Browse files Browse the repository at this point in the history
  • Loading branch information
matusso committed Dec 7, 2024
1 parent f607821 commit 54684b2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/metasploit-framework_sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: SonarCloud Scan - Metasploit Framework
on:
push:
branches:
- sonarcloud-integration
- main
pull_request:
types: [opened, synchronize, reopened]

Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
# SonarCloud Scan for Metasploit Framework
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@v4
uses: sonarsource/sonarqube-scan-action@v4
continue-on-error: true
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mvt-project_sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: SonarCloud Scan - mvt-project
on:
push:
branches:
- sonarcloud-integration
- main
pull_request:
types: [opened, synchronize, reopened]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/routersploit_sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: SonarCloud Scan - RouterSploit
on:
push:
branches:
- sonarcloud-integration
- main
pull_request:
types: [opened, synchronize, reopened]

Expand Down

0 comments on commit 54684b2

Please sign in to comment.