Skip to content

Commit

Permalink
Update codeql-analysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
berezovskyi authored Jan 11, 2025
1 parent 7136eb0 commit 171b4c1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name: "CodeQL"

on:
pull_request:
# The branches below must be a subset of the branches above
branches: [master]
branches: [master, main]
paths:
- '**.java'
push:
branches: [master, main]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 171b4c1

Please sign in to comment.