diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f0fc4c4..10b62a3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,7 +3,6 @@ name: 'Build Remède native applications' on: push: branches: - - main - dev jobs: @@ -111,3 +110,4 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} force: true + branch: 'dev'