Skip to content

Commit 0237704

Browse files
author
arch
committed
rename workflows
1 parent 5893b0d commit 0237704

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/prerelease_windows_application.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
name: Prerelease MTFG Windows Executable
1+
name: Prerelease MTFG
22

33
on:
4-
push: {}
5-
pull_request: {}
4+
workflow_dispatch:
65

76
jobs:
87
miniconda:

.github/workflows/release_windows_application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release MTFG Windows Executable
1+
name: Release MTFG
22

33
on:
44
push:

.github/workflows/release_windows_installer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release MTFG OFS Extension Installer
1+
name: Release MTFG Installer
22

33
on:
44
push:

0 commit comments

Comments
 (0)