Skip to content

Commit

Permalink
Merge pull request #99 from chvmvd/disable-prettier-actions-in-pr
Browse files Browse the repository at this point in the history
Disable Prettier GitHub Actions on PR
  • Loading branch information
chvmvd authored Dec 10, 2022
2 parents f494b13 + 6f37ffb commit 29ad95b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Prettier

on:
push:
pull_request:
branches: [master, main]
# pull_request:
# branches: [master, main]

jobs:
prettier:
Expand Down

0 comments on commit 29ad95b

Please sign in to comment.