Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

Commit

Permalink
Chore CI CodeQL
Browse files Browse the repository at this point in the history
- [+] chore(codeql.yml): update branch names from 'main' to 'master' in workflow configuration
  • Loading branch information
H0llyW00dzZ committed Dec 6, 2023
1 parent 89119cb commit 49a9b66
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 @@ -7,13 +7,13 @@ on:
push:
# modify this branch
branches:
- main
- master
paths-ignore:
- '**.md'
- '.github/workflows/**'
pull_request:
branches:
- main
- master
paths-ignore:
- '**.md'
- '.github/workflows/**'
Expand All @@ -29,7 +29,7 @@ on:
branch:
description: 'Branch to scan'
required: true
default: 'main'
default: 'master'

jobs:
analyze:
Expand Down

0 comments on commit 49a9b66

Please sign in to comment.