Skip to content

Commit 80dadf2

Browse files
committed
update workflow lol
1 parent e5330a5 commit 80dadf2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
push:
66
branches:
7-
- "**"
7+
- "main"
88

99
jobs:
1010
build:
@@ -113,5 +113,5 @@ jobs:
113113
embed-url: ${{ steps.publish-nightly.outputs.url }}
114114
embed-author: ${{ github.actor }}
115115
embed-author-icon: "https://avatars.githubusercontent.com/u/${{ github.actor_id }}?v=4"
116-
embed-thumbnail: "https://raw.githubusercontent.com/${{ github.repository }}/refs/tags/nightly/logo.png"
116+
embed-thumbnail: "https://raw.githubusercontent.com/${{ github.repository }}/refs/tags/dev/logo.png"
117117
embed-timestamp: "now"

0 commit comments

Comments
 (0)