Check formatting on the dev branch

The dev branch should also enforce correct formatting;
This commit is contained in:
Stephan
2021-10-19 11:53:53 +02:00
committed by GitHub
parent ea6b2d73d0
commit e816e0beee
+2 -2
View File
@@ -4,9 +4,9 @@ name: Check prettier formatting
on:
push:
branches: [ main ]
branches: [ main, dev ]
pull_request:
branches: [ main ]
branches: [ main, dev ]
workflow_dispatch: