Update docker.yaml

* Remove test build
This commit is contained in:
abraunegg 2023-04-18 11:00:30 +10:00
parent a1b4c1510a
commit 735d60cc28

View file

@ -5,16 +5,16 @@ on:
branches: [ master ]
tags: [ 'v*' ]
pull_request:
#branches:
# - master
#types: [closed]
branches:
- master
types: [closed]
env:
DOCKER_HUB_SLUG: driveone/onedrive
jobs:
build:
#if: (!(github.event.action == 'closed' && github.event.pull_request.merged != true))
if: (!(github.event.action == 'closed' && github.event.pull_request.merged != true))
runs-on: ubuntu-latest
strategy: