diff --git a/.github/workflows/code-style.yml b/.github/workflows/code-style.yml index 28637bc521b..aef50466e6e 100644 --- a/.github/workflows/code-style.yml +++ b/.github/workflows/code-style.yml @@ -14,11 +14,11 @@ jobs: - name: Check the code style uses: TheDragonCode/codestyler@v4 - if: ${{ github.event_name != 'push' || github.ref != 'refs/heads/main' || github.ref != 'refs/heads/14.x' }} + if: ${{ github.event_name != 'push' || github.ref != 'refs/heads/main' }} - name: Fix the code style uses: TheDragonCode/codestyler@v4 - if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/14.x') }} + if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} with: github_token: ${{ secrets.COMPOSER_TOKEN }} fix: true diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 57502fe4c4d..433bcc9f12b 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -4,7 +4,6 @@ on: push: branches: - main - - 14.x release: types: - published