Skip to content

Instantly share code, notes, and snippets.

View Cooops's full-sized avatar
🏠
Working from home

Coopes Cooops

🏠
Working from home
View GitHub Profile
# Name our workflow
name: build-and-deploy-api-post
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "main" ]
# Allows you to run this workflow manually from the Actions tab