Update docker.yaml

* Test build
This commit is contained in:
abraunegg 2023-04-18 13:29:54 +10:00
parent 542bbfa323
commit 416a53eac2

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: