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: on:
workflow_dispatch: workflow_dispatch:
push: push:
branches:
- master
pull_request: pull_request:
branches:
- master
jobs: jobs:
# Outputs from this job aren't really used, but it's here to verify that # Outputs from this job aren't really used, but it's here to verify that

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

Loading…
Cancel
Save