Fix tests status in README by triggering CI on push to dev branch (#1811)

This commit is contained in:
Disconnect3d 2023-07-19 18:35:55 +02:00 committed by GitHub
parent faae5197d6
commit 793065ada4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
name: Unit tests
on: [pull_request]
on:
push:
branches:
- dev
pull_request:
jobs:
tests: