mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-08-09 22:07:40 +02:00
Don't run the same job for both push and pull_request
This commit is contained in:
@@ -3,7 +3,11 @@ name: main
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
env:
|
||||
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
|
||||
|
||||
Reference in New Issue
Block a user