Skip to content

Commit

Permalink
Revert actions
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar committed Mar 22, 2024
1 parent 2f39fa1 commit 14e745a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-style.yml
Expand Up @@ -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
1 change: 0 additions & 1 deletion .github/workflows/release-drafter.yml
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
- 14.x
release:
types:
- published
Expand Down

0 comments on commit 14e745a

Please sign in to comment.