From 6ce7b64de156abd3fca3a64dc48e9ed92845d2d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Mathiasen?= Date: Wed, 15 Sep 2021 11:41:25 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1b0dc883..ce60946d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,14 +1,10 @@ -# This is a basic workflow to help you get started with Actions - -name: CI +name: CI - Master build on: push: branches: [ master ] workflow_dispatch: - -# A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: # This workflow contains a single job called "build" build: