Skip to content

Allow Release Script to be Run Manually #43

Allow Release Script to be Run Manually

Allow Release Script to be Run Manually #43

Workflow file for this run

name: verify
on:
pull_request:
branches: [ '*' ]
push:
branches: [ main ]
workflow_dispatch:
jobs:
verify:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run tests
run: make test
shell: bash