Don't run the same job for both `push` and `pull_request`

pull/1167/head
Tyrrrz 10 months ago
parent 309e58116a
commit cf77cb4688

@ -3,7 +3,11 @@ name: docker
on:
workflow_dispatch:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
# Outputs from this job aren't really used, but it's here to verify that

@ -3,7 +3,11 @@ name: main
on:
workflow_dispatch:
push:
branches:
- master
pull_request:
branches:
- master
env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true

Loading…
Cancel
Save