Skip to content

Commit

Permalink
Update CodeQL.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NouhailaBenelfakir authored Oct 26, 2024
1 parent dfc591b commit 7eb42d3
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 @@ -3,9 +3,9 @@ name: "CodeQL Analysis"
# Trigger CodeQL analysis on pushes to the main branch and on pull requests.
on:
push:
branches: [ "main" ]
branches: [ "master" ]
pull_request:
branches: [ "main" ]
branches: [ "master" ]

# Define the job for CodeQL analysis.
jobs:
Expand Down

0 comments on commit 7eb42d3

Please sign in to comment.