diff --git a/.github/workflows/codestyle.yml b/.github/workflows/codestyle.yml index 1d0ab7e..d67805d 100644 --- a/.github/workflows/codestyle.yml +++ b/.github/workflows/codestyle.yml @@ -33,6 +33,6 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} force: true - branch: 'dev2.0' + branch: ${{ github.head_ref }}