mirror of
https://github.com/django-components/django-components.git
synced 2025-08-30 18:57:20 +00:00
Don't run status checks twice for new PR:s.
This commit is contained in:
parent
d6944da56d
commit
a9bc3a0ba1
1 changed files with 2 additions and 0 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -2,6 +2,8 @@ name: Run tests
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue