Skip to content

Commit

Permalink
Update workflows to reflect branch renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
VicDominguez committed May 16, 2024
1 parent b588d98 commit 8ffc3a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 97 deletions.
95 changes: 0 additions & 95 deletions .github/workflows/actions_dev.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/dev.yml → .github/workflows/dominguez.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Test App
on:
push:
branches:
- dev
- dominguez
tags:
- '*alpha*'
- '*beta*'
Expand Down Expand Up @@ -43,4 +43,4 @@ jobs:
- name: Upload APK
uses: actions/upload-artifact@v3
with:
path: app/build/outputs/apk/debug/app-debug.apk
path: app/build/outputs/apk/debug/app-debug.apk

0 comments on commit 8ffc3a0

Please sign in to comment.