Skip to content

Commit

Permalink
Update dev.actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sqfmi committed Apr 24, 2023
1 parent 704ef60 commit 1d5605c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/dev.actions.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1d5605c

Please sign in to comment.