diff --git a/.github/workflows/deploy-application.yml b/.github/workflows/deploy-application.yml index f827c3e..1bf1f90 100644 --- a/.github/workflows/deploy-application.yml +++ b/.github/workflows/deploy-application.yml @@ -2,7 +2,7 @@ name: Deploy the application to the Sign on: push: - branches: ["master"] + branches: ["main"] workflow_dispatch: @@ -34,5 +34,6 @@ jobs: draft: false prerelease: false make_latest: true + tag: im_testing_stuff_pls_ignore token: ${{ secrets.GITHUB_TOKEN }} files: target/thumbv6m-none-eabi/release/application \ No newline at end of file