Skip to content

Instantly share code, notes, and snippets.

View ZachJDev's full-sized avatar
🐧

ZachJDev

🐧
View GitHub Profile
@ZachJDev
ZachJDev / action.yml
Last active October 13, 2023 12:58
Example GH action to deploy only changed functions to Firebase
name: example action
on:
push:
branches: [ dev ]
pull_request:
branches: [ master ]
jobs: