Skip to content

Commit

Permalink
ci: fix deploy workflow - run only on push master
Browse files Browse the repository at this point in the history
  • Loading branch information
sjdonado committed May 4, 2024
1 parent 90813e0 commit c11ea9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
---
name: Deploy to donado.co

on:
workflow_run:
workflows: ['Run tests']
types:
- completed
push:
branches: [master]

jobs:
deploy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ env:
APPLE_MUSIC_API_URL: https://music.apple.com/ca
SOUNDCLOUD_BASE_URL: https://soundcloud.com
TIDAL_BASE_URL: https://listen.tidal.com

jobs:
tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c11ea9b

Please sign in to comment.