Skip to content

Instantly share code, notes, and snippets.

View yohlime's full-sized avatar

Emilio Gozo yohlime

View GitHub Profile
@yohlime
yohlime / build.yml
Created August 31, 2025 06:46
Minimal Node.js and pnpm GitHub Actions workflow for continuous integration
name: Build and Push
on:
workflow_run:
workflows: ['Test']
types:
- completed
branches:
- build
- dev