We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5330a5 commit 80dadf2Copy full SHA for 80dadf2
1 file changed
.github/workflows/build.yml
@@ -4,7 +4,7 @@ on:
4
workflow_dispatch:
5
push:
6
branches:
7
- - "**"
+ - "main"
8
9
jobs:
10
build:
@@ -113,5 +113,5 @@ jobs:
113
embed-url: ${{ steps.publish-nightly.outputs.url }}
114
embed-author: ${{ github.actor }}
115
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"
+ embed-thumbnail: "https://raw.githubusercontent.com/${{ github.repository }}/refs/tags/dev/logo.png"
117
embed-timestamp: "now"
0 commit comments