Skip to content

Commit

Permalink
Fix codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
spirosmaggioros committed Oct 16, 2024
1 parent f3563d6 commit 020b58c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: "Code Scanning - Action"

on:
push:
branches: [master]
branches: [AlgoPy]
pull_request:
branches: [master]
branches: [AlgoPy]
schedule:
- cron: '30 1 * * 0'
- cron: "30 1 * * 0"

jobs:
CodeQL-Build:
Expand All @@ -33,4 +33,4 @@ jobs:
#- name: Upload coverage reports to Codecov
# uses: codecov/codecov-action@v3
# env:
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 020b58c

Please sign in to comment.