diff --git a/.github/workflows/frogbot-scan-and-fix.yml b/.github/workflows/frogbot-scan-and-fix.yml index efdb64d..f1cc129 100644 --- a/.github/workflows/frogbot-scan-and-fix.yml +++ b/.github/workflows/frogbot-scan-and-fix.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: # The repository scanning will be triggered periodically on the following branches. - branch: [ "dev" ] + branch: [ "main" ] steps: - uses: actions/checkout@v3 with: @@ -39,4 +39,4 @@ jobs: # [Mandatory] # The GitHub token automatically generated for the job - JF_GIT_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + JF_GIT_TOKEN: ${{ secrets.GITHUB_TOKEN }}