Skip to content

Commit

Permalink
Initiate shift-left
Browse files Browse the repository at this point in the history
  • Loading branch information
akadapa committed Jul 15, 2024
1 parent b90d2df commit 616f887
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ name: "CodeQL-Advanced"
# Define when the workflow should be triggered (on push to a specific branch and pull requests to the master branch)
on:
push:
branches: [ "master" ]
branches: [ "feat-DA-2143" ]
pull_request:
branches: [ "master" ]
branches: [ "feat-DA-2143" ]
# schedule:
# - cron: '29 11 * * 5'

Expand Down

0 comments on commit 616f887

Please sign in to comment.