From f523132ed19d3da7568684e4f65c2d14c792a0f7 Mon Sep 17 00:00:00 2001 From: PlOszukiwacz <87446593+PlOszukiwaczDEV@users.noreply.github.com> Date: Thu, 19 Dec 2024 15:06:20 +0100 Subject: [PATCH] github actions test 6 --- .github/workflows/buildapp.yml | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/.github/workflows/buildapp.yml b/.github/workflows/buildapp.yml index 0e86897..fe99838 100644 --- a/.github/workflows/buildapp.yml +++ b/.github/workflows/buildapp.yml @@ -2,16 +2,9 @@ name: Build and Release bsky-desktop on: push: - branches: [ $default-branch ] - pull_request: - branches: [ $default-branch ] + tags-ignore: + - '*beta*' workflow_dispatch: - inputs: - ermwattesigma: - description: "Test" - default: "Testing" - required: false - type: string concurrency: @@ -28,12 +21,9 @@ jobs: steps: - name: Checkout Main uses: actions/checkout@v4.2.1 - with: - path: main - submodules: recursive - + - name: Install Dependencies - run: cd .. && npm i + run: npm install - name: Compile (For linux) id: build_package