Skip to content

Commit

Permalink
ci: run SQ analysis even in the default branch
Browse files Browse the repository at this point in the history
Currently SQ is working only for PR. This change will
enable SQ even in the default branch.
spotbugs#2076 (reply in thread)
  • Loading branch information
KengoTODA committed Jul 7, 2022
1 parent 56b996e commit b1c2a5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
pull_request:
branches:
- master
push:
branches:
- master

jobs:
build:
Expand Down

0 comments on commit b1c2a5e

Please sign in to comment.