Skip to content

Commit b1838f5

Browse files
authored
Hardening the CI in relation to PRs
1 parent 9e25bde commit b1838f5

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
@@ -34,4 +36,4 @@ jobs:
3436
with:
3537
prerelease: true
3638
token: ${{ secrets.CRYPTOBOT_RELEASE_TOKEN }}
37-
generate_release_notes: true
39+
generate_release_notes: true

0 commit comments

Comments
 (0)