Skip to content

Commit b00c23e

Browse files
committed
add pull request event
1 parent 314b7df commit b00c23e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/blackduck.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ defaults:
33
run:
44
shell: bash -euo pipefail -c "source nix.source && source .envrc.vars && exec bash {0}"
55
on:
6-
push:
6+
pull_request:
7+
events:
8+
- opened
9+
- synchronize
10+
- reopened
711
# paths:
812
# - go.mod
913
# - go.sum

0 commit comments

Comments
 (0)