From ac9d35de7694089f024e561563b3f23c08673ea3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zieli=C5=84ski?= Date: Sat, 13 Sep 2025 20:57:49 +0200 Subject: [PATCH] release --- .../scripts/downloadArtifactByName.js | 0 .../scripts/getLatestRunWithArtifacts.js | 0 .github/workflows/build.yml | 12 ++++++------ 3 files changed, 6 insertions(+), 6 deletions(-) rename .gitea/{workflows => }/scripts/downloadArtifactByName.js (100%) rename .gitea/{workflows => }/scripts/getLatestRunWithArtifacts.js (100%) diff --git a/.gitea/workflows/scripts/downloadArtifactByName.js b/.gitea/scripts/downloadArtifactByName.js similarity index 100% rename from .gitea/workflows/scripts/downloadArtifactByName.js rename to .gitea/scripts/downloadArtifactByName.js diff --git a/.gitea/workflows/scripts/getLatestRunWithArtifacts.js b/.gitea/scripts/getLatestRunWithArtifacts.js similarity index 100% rename from .gitea/workflows/scripts/getLatestRunWithArtifacts.js rename to .gitea/scripts/getLatestRunWithArtifacts.js diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5f7ca42..5364539 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,11 +1,11 @@ name: BuildApp on: - push: - branches: - - main - pull_request: - branches: - - main + #push: + # branches: + # - main + #pull_request: + # branches: + # - main workflow_dispatch: jobs: