Skip to content

Instantly share code, notes, and snippets.

@onelharrison
Created November 8, 2022 02:56
Show Gist options
  • Save onelharrison/8708c0feb2ea93ef10f2358e5faa7781 to your computer and use it in GitHub Desktop.
Save onelharrison/8708c0feb2ea93ef10f2358e5faa7781 to your computer and use it in GitHub Desktop.
name: Release
on:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build app
run: make build
- name: Run tests
run: make test
- name: Deploy
run: make deploy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment