Skip to content

Commit

Permalink
- trying to fix codeql action;
Browse files Browse the repository at this point in the history
  • Loading branch information
jaltmayerpizzorno committed Dec 17, 2024
1 parent b969537 commit 60e6393
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@ name: "CodeQL"
on:
push:
branches: [ "main" ]
paths:
- src/**
- tests/**
pull_request:
branches: [ "main" ]
paths:
- src/**
- tests/**
schedule:
- cron: "42 19 * * 1"
workflow_dispatch:
Expand Down

0 comments on commit 60e6393

Please sign in to comment.