diff --git a/.github/workflows/On-Release-Nixpkgs-integration.yml b/.github/workflows/On-Release-Nixpkgs-integration.yml index 8fa67a3..153c9c5 100644 --- a/.github/workflows/On-Release-Nixpkgs-integration.yml +++ b/.github/workflows/On-Release-Nixpkgs-integration.yml @@ -1,6 +1,10 @@ name: "Direct import & build inside Nixpkgs" on: + pull_request: + push: + branches: + - master release: # created: a draft is saved, or a release or pre-release is published without previously being saved as a draft types: [ created ]