Skip to content

Commit

Permalink
CI: Enable the CodeQL workflow to run for PR updates
Browse files Browse the repository at this point in the history
Not sure if I forgot to enable this or didn't want it, but I guess it's an opportunity to exercise the all-in-one build script.
  • Loading branch information
Duckwhale committed Feb 9, 2024
1 parent fec9dab commit a26aa8b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,28 @@
name: Semantic Analysis

on:
push:
branches:
- main
tags:
- '*'
paths-ignore:
- '**.md'
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches:
- main
paths-ignore:
- '**.md'
- 'changelog.lua'
- '.gitignore'
schedule:
- cron: '00 00 * * 6'

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

jobs:
analyze:
name: Scan with CodeQL
Expand Down

0 comments on commit a26aa8b

Please sign in to comment.