fixed and properly named build action

This commit is contained in:
Arthur Lu 2021-08-26 22:26:29 +00:00
parent 18c26a00b6
commit 694733700a

View File

@ -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:
@ -15,3 +15,5 @@ jobs:
steps:
- name: Checkout master
uses: actions/checkout@master
- name: Echo test
run: echo "test"