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 authored Jun 7, 2024
1 parent 303ee83 commit 39180ee
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 @@ -68,4 +70,4 @@ jobs:
```
See [README.md](https://github.com/cryptomator/siv-mode/#reproducible-builds) section regarding reproducing this build.
generate_release_notes: true
generate_release_notes: true

0 comments on commit 39180ee

Please sign in to comment.