From 694733700a0d6933399e1040665ba4aa653f67b8 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Thu, 26 Aug 2021 22:26:29 +0000 Subject: [PATCH] fixed and properly named build action --- .github/workflows/build-cli.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-cli.yml b/.github/workflows/build-cli.yml index 681ab31..04e4e66 100644 --- a/.github/workflows/build-cli.yml +++ b/.github/workflows/build-cli.yml @@ -1,11 +1,11 @@ # This workflow will install Python dependencies, run tests and lint with a variety of Python versions # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions -name: Superscript Unit Tests +name: Build Superscript Linux on: release: - types: [published, edited] + types: [published, created, edited] jobs: generate: @@ -14,4 +14,6 @@ jobs: steps: - name: Checkout master - uses: actions/checkout@master + uses: actions/checkout@master + - name: Echo test + run: echo "test" \ No newline at end of file