diff --git a/.github/workflows/build_linux.yaml b/.github/workflows/build_linux.yaml index cd92d6be..5d081c18 100644 --- a/.github/workflows/build_linux.yaml +++ b/.github/workflows/build_linux.yaml @@ -1,4 +1,4 @@ -name: Build branch +name: Build Linux (Obsolete) on: workflow_dispatch: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ed1ce258..7464a8e3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,7 @@ on: # types: [created] workflow_dispatch: -name: Create Release +name: Create Release (Obsolete) jobs: build: