Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Sep 5, 2024
1 parent f9bbe00 commit 1e3861a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: "CodeQL"

on:
schedule:
- cron: '27 21 * * *' # At 21:27 every day
push:
branches:
- codeql-branch-references

jobs:
analyze:
Expand All @@ -18,7 +19,7 @@ jobs:
fail-fast: false
matrix:
language: [ 'javascript' ]
branch: [ 'main', '7.17' ]
branch: [ 'codeql-branch-references' ]

steps:
- name: Checkout repository
Expand Down

0 comments on commit 1e3861a

Please sign in to comment.