diff --git a/.github/workflows/Tasmota_build.yml b/.github/workflows/Tasmota_build.yml index e7e8c12d1..899784a28 100644 --- a/.github/workflows/Tasmota_build.yml +++ b/.github/workflows/Tasmota_build.yml @@ -21,7 +21,7 @@ jobs: uses: ad-m/github-push-action@master with: github_token: ${{ secrets.GITHUB_TOKEN }} - branch: 'master' + branch: 'development' force: true