Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 16, 2023
1 parent 5eaf5d9 commit 0395f56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: "CodeQL"

on:
push:
branches: [ "master", "1.0", "1.1", "1.2", "1.3", "1.4", "1.5", "1.6", "1.7" ]
branches: ["master", "1.0", "1.1", "1.2", "1.3", "1.4", "1.5", "1.6", "1.7"]
pull_request:
branches: [ "master" ]
branches: ["master"]
schedule:
- cron: "59 17 * * 6"

Expand All @@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ python ]
language: [python]

steps:
- name: Checkout
Expand Down

0 comments on commit 0395f56

Please sign in to comment.