From 5a47a3e575287c160d5fa149f7fede7389b18988 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Thu, 25 Nov 2021 15:15:56 +0100 Subject: [PATCH] Update Tasmota_build_devel.yml --- .github/workflows/Tasmota_build_devel.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Tasmota_build_devel.yml b/.github/workflows/Tasmota_build_devel.yml index 96e63247e..dba5b61da 100644 --- a/.github/workflows/Tasmota_build_devel.yml +++ b/.github/workflows/Tasmota_build_devel.yml @@ -3,7 +3,7 @@ name: Build_firmware_development on: workflow_dispatch: # Manually start a workflow push: -# branches: development + branches: development paths-ignore: - '.github/**' # Ignore changes towards the .github directory - '**.md' # Do no build if *.md files changes @@ -1386,7 +1386,7 @@ jobs: API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} with: source_file: 'trigger.txt' - destination_repo: 'Jason2866/tmp_copy' - destination_branch: 'action' + destination_repo: 'arendst/tmp_copy' + destination_branch: 'action-development' user_email: 'github-actions@github.com' user_name: 'github-actions'