From bd9b3b09cce6e680ee02a17374bf88806c51ca1c Mon Sep 17 00:00:00 2001 From: sarahrainbow Date: Thu, 8 Jul 2021 10:40:37 +0100 Subject: [PATCH] correct main.yml --- .github/workflows/main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5745d85..a8878a7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,14 +1,12 @@ # This is a basic workflow to help you get started with Actions -name: CI - name: Node.js Package on: # release: # types: [created] push: branches: - -github-actions-test + - github-actions-test jobs: build: runs-on: ubuntu-latest