From a7727fe1e5a3e6599c1ca9285b72ab88c9a9b80e Mon Sep 17 00:00:00 2001 From: Ioan Lucut Date: Mon, 20 Nov 2023 13:00:21 +0200 Subject: [PATCH] chore(workflow): Update workflow names. Update the names of the workflow files to better reflect their purpose. This change is a chore as it is a non-user-facing change that is necessary for the project's development and maintenance. --- .github/workflows/deploy_to_gdrive.yml | 2 ++ .github/workflows/latex_conduct_release.yml | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy_to_gdrive.yml b/.github/workflows/deploy_to_gdrive.yml index 09a75a84c..f9ce55963 100644 --- a/.github/workflows/deploy_to_gdrive.yml +++ b/.github/workflows/deploy_to_gdrive.yml @@ -1,3 +1,5 @@ +name: 'Deploy Assets to GDrive' + on: push: branches: diff --git a/.github/workflows/latex_conduct_release.yml b/.github/workflows/latex_conduct_release.yml index 618d476ad..0264f8804 100644 --- a/.github/workflows/latex_conduct_release.yml +++ b/.github/workflows/latex_conduct_release.yml @@ -1,4 +1,4 @@ -name: 'LaTeX BES Conduct Release' +name: 'LaTeX Release Conduct' on: push: @@ -6,6 +6,7 @@ on: - main paths: - 'LaTeX/conduct/**' + workflow_dispatch: jobs: LaTeXConductRelease: