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: