Don't run tests against PRs

This commit is contained in:
Tyrrrz
2021-09-28 20:40:48 +03:00
parent acfe102e7f
commit b64dff1eab
5 changed files with 12 additions and 12 deletions

View File

@@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v2.3.3
- name: Get release version
id: get-version
id: get_version
uses: dawidd6/action-get-tag@v1
- name: Install .NET (v3.1)
@@ -85,5 +85,5 @@ jobs:
}
payload: |
{
"content": "**DiscordChatExporter** new version released!\nVersion: `${{ steps.get-version.outputs.tag }}`\nChangelog: <https://github.com/Tyrrrz/DiscordChatExporter/blob/${{ steps.get-version.outputs.tag }}/Changelog.md>"
"content": "**DiscordChatExporter** new version released!\nVersion: `${{ steps.get_version.outputs.tag }}`\nChangelog: <https://github.com/Tyrrrz/DiscordChatExporter/blob/${{ steps.get_version.outputs.tag }}/Changelog.md>"
}