Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 3ecc79f

Browse files
committed
ci: rename workflow to "Release"
1 parent 4685bbc commit 3ecc79f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml renamed to .github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: CI
1+
name: Release
22

33
on: push
44

55
env:
66
CI: true
77

88
jobs:
9-
build:
9+
release:
1010
runs-on: ubuntu-latest
1111

1212
steps:

0 commit comments

Comments
 (0)