github actions test 4

This commit is contained in:
PlOszukiwacz
2024-12-19 14:59:56 +01:00
parent 6d309db133
commit 02043b6ca8

View File

@@ -5,7 +5,14 @@ on:
branches: [ $default-branch ]
pull_request:
branches: [ $default-branch ]
workflow_dispatch
workflow_dispatch:
inputs:
ermwattesigma:
description: "Test"
default: "Testing"
required: false
type: string
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
@@ -13,7 +20,7 @@ concurrency:
jobs:
build:
name: Build bsky-desktop
name: Build bsky-desktop (Linux)
runs-on: ubuntu-latest
permissions:
contents: write
@@ -30,7 +37,7 @@ jobs:
- name: Compile (For linux)
id: build_package
run: npm run dev
run: npm run build
- name: Upload Artifact
if: ${{ inputs.upload_artifact }}