Skip to content

Commit

Permalink
chore(workflow): Update workflow names.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ioanlucut committed Nov 20, 2023
1 parent 50c052f commit a7727fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/deploy_to_gdrive.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: 'Deploy Assets to GDrive'

on:
push:
branches:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/latex_conduct_release.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: 'LaTeX BES Conduct Release'
name: 'LaTeX Release Conduct'

on:
push:
branches:
- main
paths:
- 'LaTeX/conduct/**'
workflow_dispatch:

jobs:
LaTeXConductRelease:
Expand Down

0 comments on commit a7727fe

Please sign in to comment.