Skip to content

Instantly share code, notes, and snippets.

View okadots's full-sized avatar

Oka Tai-Lee okadots

View GitHub Profile
# This is a workflow to compile and deploy to WPEngine Production
name: PROD Deploy to WPEngine
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the release-1 branch
push:
branches: [ main ]