Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 02e0700

Browse files
committedMar 21, 2025·
CI Naming update
1 parent dc0f347 commit 02e0700

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Pre-releases
1+
name: Branch Builds (Legacy)
22
on:
33
push:
44
paths-ignore:

‎.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Pull Requests
1+
name: Pull Requests (Legacy)
22
on:
33
pull_request:
44
paths-ignore:

‎.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Releases
1+
name: Releases (Legacy)
22
on:
33
release:
44
types: [published]

0 commit comments

Comments
 (0)
Please sign in to comment.