Skip to content

Commit 7b72518

Browse files
authored
Hardening the CI in relation to PRs
1 parent 42a63e6 commit 7b72518

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Build
22
on:
3-
[push]
3+
push:
4+
pull_request_target:
5+
types: [labeled]
46
jobs:
57
build:
68
name: Build and Test
@@ -31,4 +33,4 @@ jobs:
3133
with:
3234
prerelease: true
3335
token: ${{ secrets.CRYPTOBOT_RELEASE_TOKEN }}
34-
generate_release_notes: true
36+
generate_release_notes: true

0 commit comments

Comments
 (0)