Skip to content

Instantly share code, notes, and snippets.

View balbany's full-sized avatar

Bruce Albany balbany

View GitHub Profile
@mrk-han
mrk-han / expo-azure.yml
Last active February 28, 2025 17:10
Simple Guide for a Build and Testing Pipeline with Expo and EAS from Azure Devops CICD (Managed Workflow)
# https://aka.ms/yaml
trigger:
branches:
include:
- main
- releases/*
- hotfix/*
pr:
autoCancel: true