Skip to content

Commit

Permalink
How did this work to start with?
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenTomato5 committed Dec 29, 2024
1 parent 7efb953 commit ed46df7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Format With Prettier

on:
push:
pull_request:
branches:
- main

Expand Down Expand Up @@ -61,8 +61,6 @@ jobs:
elif [ "${GITHUB_EVENT_NAME}" == "push" ]; then
git push origin "${GITHUB_REF#refs/heads/}"
fi
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
- name: Notify if no Changes
if: steps.git-check.outcome == 'failure'
Expand Down

0 comments on commit ed46df7

Please sign in to comment.