Skip to content

Commit b1c2a5e

Browse files
committed
ci: run SQ analysis even in the default branch
Currently SQ is working only for PR. This change will enable SQ even in the default branch. spotbugs#2076 (reply in thread)
1 parent 56b996e commit b1c2a5e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ on:
33
pull_request:
44
branches:
55
- master
6+
push:
7+
branches:
8+
- master
69

710
jobs:
811
build:

0 commit comments

Comments
 (0)