fixed and properly named build action

Former-commit-id: 694733700a
This commit is contained in:
Arthur Lu 2021-08-26 22:26:29 +00:00
parent 097fd2836b
commit 9be9008ae1

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