Skip to content

Commit eb67103

Browse files
authored
Merge pull request #53 from cryptomator/ci-hardening
Hardening the CI in relation to PRs
2 parents 303ee83 + 9119bc3 commit eb67103

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
@@ -68,4 +70,4 @@ jobs:
6870
```
6971
7072
See [README.md](https://github.com/cryptomator/siv-mode/#reproducible-builds) section regarding reproducing this build.
71-
generate_release_notes: true
73+
generate_release_notes: true

0 commit comments

Comments
 (0)