Update docker.yaml

* Remove test build
This commit is contained in:
abraunegg 2023-04-18 07:18:33 +10:00
parent 32061147a4
commit 7ef4e2b7f9

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: