Rename pipelines

This commit is contained in:
2023-11-10 17:57:46 +01:00
committed by DubbleClick
parent e643ac330b
commit 656c6cb883
2 changed files with 2 additions and 8 deletions
+1 -4
View File
@@ -1,6 +1,4 @@
# This continuous integration pipeline is triggered anytime a user pushes code to the repo.
# This pipeline builds the Wpf project, runs unit tests, then saves the MSIX build artifact.
name: uMod CD Pipeline
name: gMod CD Pipeline
on:
push:
@@ -114,4 +112,3 @@ jobs:
body_mrkdwn: ${{ env.Changelog }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+1 -4
View File
@@ -1,6 +1,4 @@
# This continuous integration pipeline is triggered anytime a user pushes code to the repo.
# This pipeline builds the Wpf project, runs unit tests, then saves the MSIX build artifact.
name: uMod CI Pipeline
name: gMod CI Pipeline
on:
pull_request:
@@ -89,4 +87,3 @@ jobs:
run: cmake --build build --config Release
env:
DXSDK_DIR: ${{ env.DXSDK_DIR }}