From c0141fe325bca573eed7d1ba6c5053d66d35d20f Mon Sep 17 00:00:00 2001 From: Omer Zidkoni <50792403+omerzi@users.noreply.github.com> Date: Sun, 31 Dec 2023 18:18:47 +0200 Subject: [PATCH] Update frogbot-scan-and-fix.yml branch (#12) --- .github/workflows/frogbot-scan-and-fix.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}