Skip to content

Commit

Permalink
Hardening the CI in relation to PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
SailReal committed Jun 7, 2024
1 parent 9e25bde commit b1838f5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Build
on:
[push]
push:
pull_request_target:
types: [labeled]
jobs:
build:
name: Build and Test
Expand Down Expand Up @@ -34,4 +36,4 @@ jobs:
with:
prerelease: true
token: ${{ secrets.CRYPTOBOT_RELEASE_TOKEN }}
generate_release_notes: true
generate_release_notes: true

0 comments on commit b1838f5

Please sign in to comment.