Skip to content

Commit

Permalink
Merge pull request Baystation12#34396 from Spookerton/spkrtn/sys/code…
Browse files Browse the repository at this point in the history
…ql-updates-2

satisfy the actions demon with a push hook for codeql
  • Loading branch information
Spookerton authored Dec 17, 2023
2 parents 0321514 + 6a67152 commit 7a02587
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
name: "CodeQL"

on:
push:
branches:
- main
paths:
- tools/**
- nano/**
pull_request:
branches:
- dev
paths: [ "tools/**", "nano/**" ]
paths:
- tools/**
- nano/**
schedule:
- cron: '0 8 * * 1'
- cron: 0 8 * * 1
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 7a02587

Please sign in to comment.