Skip to content

Commit

Permalink
Update frogbot-scan-and-fix.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
omerzi authored Dec 31, 2023
1 parent d7089e1 commit 75b1d25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/frogbot-scan-and-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -39,4 +39,4 @@ jobs:

# [Mandatory]
# The GitHub token automatically generated for the job
JF_GIT_TOKEN: ${{ secrets.GITHUB_TOKEN }}
JF_GIT_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 75b1d25

Please sign in to comment.