Skip to content

Commit a44d0f1

Browse files
authored
Hardening the CI in relation to PRs
1 parent cc685d9 commit a44d0f1

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.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
@@ -29,4 +31,4 @@ jobs:
2931
with:
3032
prerelease: true
3133
token: ${{ secrets.CRYPTOBOT_RELEASE_TOKEN }}
32-
generate_release_notes: true
34+
generate_release_notes: true

0 commit comments

Comments
 (0)