Skip to content

Commit

Permalink
rename workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
MihailRis committed Dec 14, 2024
1 parent 12c10d1 commit 59978f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: C/C++ AppImage
name: x86-64 AppImage

on:
push:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Windows Build
name: MSVC Build

on:
push:
branches: [ "main", "release-**"]
pull_request:
branches: [ "main", "headless-mode" ]
branches: [ "main" ]

jobs:
build-windows:
Expand Down

0 comments on commit 59978f4

Please sign in to comment.