Skip to content

Commit 972c9b3

Browse files
committed
ci: trigger security build job in PRs
1 parent eb0fec8 commit 972c9b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/security-build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Security Build
22

33
on:
4+
pull_request:
5+
merge_group:
46
push:
5-
branches:
6-
- main
7-
workflow_dispatch: {}
7+
branches: [main]
88

99
jobs:
1010
sonarqube:

0 commit comments

Comments
 (0)