diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2c4e9d8..483da13 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,6 +1,8 @@ name: build on: + pull_request: + types: opened push: branches: - master @@ -24,6 +26,7 @@ jobs: --bundler github:ralismark/nix-appimage \ --extra-experimental-features nix-command \ --extra-experimental-features flakes .#minimal + ls -lahrt && pwd - name: Upload bundle to release uses: svenstaro/upload-release-action@v2