Skip to content

Commit

Permalink
Fixing error on pipeline. Didn't trigger on tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Pérez committed Jul 20, 2022
1 parent ed88041 commit 21e5ce4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/android-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: Build Android
on:
push:
branches:
- main
- main
tags:
- 'v*'

jobs:
build:
Expand Down

1 comment on commit 21e5ce4

@vercel
Copy link

@vercel vercel bot commented on 21e5ce4 Jul 20, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

soniclair – ./

soniclair-git-main-thelinkin3000.vercel.app
soniclair.vercel.app
soniclair-thelinkin3000.vercel.app

Please sign in to comment.