ci: check source code on pull requests

This commit is contained in:
Observer KRypt0n_ 2023-08-02 14:46:20 +02:00
parent 34a4bd79a5
commit cab5a1f6f7
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2

View file

@ -5,6 +5,10 @@ on:
branches: [ "next" ]
paths: [ "src/**" ]
pull_request:
branches: [ "main", "next" ]
paths: [ "src/**" ]
workflow_dispatch:
env: