diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6a62486..6cbec6f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,8 @@ name: Build on: - [push] + push: + pull_request_target: + types: [labeled] jobs: build: name: Build and Test @@ -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 \ No newline at end of file + generate_release_notes: true