From 9a4f3b80bda7d1c07698a3354c66719dfc315333 Mon Sep 17 00:00:00 2001 From: Tau Date: Thu, 1 Aug 2024 11:54:40 +0000 Subject: [PATCH] adds workflow for testing --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c7853702..52aada7d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,7 +2,7 @@ name: build on: push: - branches: [ "main" ] + branches: [ "fix-wifi-crash" ] jobs: build: @@ -33,8 +33,8 @@ jobs: - uses: softprops/action-gh-release@v1 with: token: "${{ secrets.GITHUB_TOKEN }}" - tag_name: "continuous" + tag_name: "vwifi-crash" prerelease: true - name: "Continuous Build" + name: "Wifi Crash" files: | /__w/vanilla-installer/vanilla-installer.deb \ No newline at end of file