From d28f5708de87af1aa3d143883283578f007e2cbb Mon Sep 17 00:00:00 2001 From: iofq Date: Sun, 28 Jan 2024 19:18:16 -0600 Subject: [PATCH] test workflow --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) 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