Skip to content

Commit

Permalink
Merge pull request #1 from egbakou/egbakou-patch-1
Browse files Browse the repository at this point in the history
Update codeql-analysis.yml.yml
  • Loading branch information
egbakou authored Feb 17, 2023
2 parents 7206d79 + bafa4f8 commit 49594ee
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/codeql-analysis.yml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: "CodeQL"

on:
push:
branches: [main-public]
branches: [main]
pull_request:
branches: [main-public]
branches: [main]
schedule:
# ┌───────────── minute (0 - 59)
# │ ┌───────────── hour (0 - 23)
Expand All @@ -17,6 +17,8 @@ on:
# │ │ │ │ │
# * * * * *
- cron: '36 20 * * 3'
workflow_dispatch:


jobs:
CodeQL-Build:
Expand Down

0 comments on commit 49594ee

Please sign in to comment.