Skip to content

Commit cc0a6ff

Browse files
committed
Rename workflow
1 parent 9ed6df2 commit cc0a6ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish to Cloudflare Pages
1+
name: Build and Publish
22

33
on:
44
release:
@@ -11,7 +11,7 @@ jobs:
1111
permissions:
1212
contents: write
1313
deployments: write
14-
name: Publish to Cloudflare Pages
14+
name: Build and Publish
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v4

0 commit comments

Comments
 (0)