Skip to content

Instantly share code, notes, and snippets.

View MattHeffNT's full-sized avatar
🏠
Reticulating splines

Matt Heffernan MattHeffNT

🏠
Reticulating splines
  • Melbourne (Naarm), Victoria
View GitHub Profile
@MattHeffNT
MattHeffNT / publish.yml
Created May 5, 2022 07:33 — forked from umanghome/publish.yml
GitHub Action: Generate a build and push to another branch
# .github/workflows/publish.yml
name: Generate a build and push to another branch
on:
push:
branches:
- master
jobs:
build: