Skip to content

Commit

Permalink
chore: switch of CodeQL (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Lechner <[email protected]>
  • Loading branch information
lechnerc77 and lechnerc77 authored Sep 10, 2024
1 parent acc66ab commit 3712a9f
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
name: "CodeQL"

on:
push:
branches: [ "main" ]
paths-ignore:
- '*.md'
- '*.md.tmpl'
- '*.tf'
pull_request:
branches: [ "main" ]
types:
- opened
- reopened
- synchronize
- ready_for_review
paths-ignore:
- '*.md'
- '*.md.tmpl'
- '*.tf'
schedule:
- cron: '30 4 * * 0'
#push:
# branches: [ "main" ]
# paths-ignore:
# - '*.md'
# - '*.md.tmpl'
# - '*.tf'
#pull_request:
# branches: [ "main" ]
# types:
# - opened
# - reopened
# - synchronize
# - ready_for_review
# paths-ignore:
# - '*.md'
# - '*.md.tmpl'
# - '*.tf'
#schedule:
# - cron: '30 4 * * 0'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 3712a9f

Please sign in to comment.