From 869204d4068ba84a095658e318228acb7d8efa41 Mon Sep 17 00:00:00 2001 From: nelsonhef <87081197+nelsonhef@users.noreply.github.com> Date: Thu, 26 Sep 2024 15:04:14 -0300 Subject: [PATCH] Update update_playlist.yml --- .github/workflows/update_playlist.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update_playlist.yml b/.github/workflows/update_playlist.yml index ba21fec..4698328 100644 --- a/.github/workflows/update_playlist.yml +++ b/.github/workflows/update_playlist.yml @@ -2,7 +2,7 @@ name: Update playlist on: push: - branches: [ master ] + branches: [ teste ] workflow_dispatch: jobs: @@ -18,4 +18,4 @@ jobs: python3 ./make_playlist.py git add . git commit --quiet -m "Update Playlist (GitHub Actions)" - git push -f origin master + git push -f origin teste