Run build on all branches

This commit is contained in:
Jonas Dellinger
2022-05-26 09:33:55 +02:00
parent 39e56fed3d
commit a06efc08bc

View File

@@ -2,9 +2,9 @@ name: Builder
on:
push:
branches: [ main ]
branches: [ "*" ]
pull_request:
branches: [ main ]
branches: [ "*" ]
permissions:
contents: read