Skip to content

Commit cf69210

Browse files
committed
CI: Only run builds on pull-request/* branches for security.
1 parent 550bd93 commit cf69210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-brev-tutorial-docker-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- main
7-
pull_request:
7+
- "pull-request/[0-9]+"
88
workflow_dispatch:
99

1010
jobs:

0 commit comments

Comments
 (0)