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