run prettier only on push to merge

This commit is contained in:
DJ2LS 2023-05-20 10:07:49 +02:00
parent 50ece7817c
commit fa8c072199

View file

@ -1,7 +1,10 @@
name: Prettier
# This action works with pull requests and pushes
on: [push]
on:
push:
branches:
- master
jobs:
prettier: