* Remove test build

* Remove test build
This commit is contained in:
abraunegg 2023-04-18 07:52:54 +10:00
parent ceab12e271
commit 57143e3357

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: