Don't run status checks twice for new PR:s.

This commit is contained in:
Emil Stenström 2024-08-14 21:09:04 +02:00 committed by GitHub
parent d6944da56d
commit a9bc3a0ba1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,6 +2,8 @@ name: Run tests
on:
push:
branches:
- 'master'
pull_request:
workflow_dispatch: