From 1d5605c0e9f71767e550efe3b1171211035a22a5 Mon Sep 17 00:00:00 2001 From: SQFMI Date: Sun, 23 Apr 2023 23:36:49 -0400 Subject: [PATCH] Update dev.actions.yml --- .github/workflows/dev.actions.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev.actions.yml b/.github/workflows/dev.actions.yml index 87ff09f..987e37e 100644 --- a/.github/workflows/dev.actions.yml +++ b/.github/workflows/dev.actions.yml @@ -1,6 +1,11 @@ name: Build Example Watchfaces -on: [push, pull_request] -branches: dev +on: + push: + branches: + - "dev" + pull_request: + branches: + - "dev" jobs: build: name: Build Example Watchfaces