Merge pull request #316 from iegomez/actions-run-tests-on-fork-pr

Run tests on PRs.
This commit is contained in:
Ignacio Gómez 2024-02-11 11:53:31 -03:00 committed by GitHub
commit 8ad80ee6b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,10 @@
name: Test
on:
push
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
MOSQUITTO_VERSION_1: 1.6.14
MOSQUITTO_VERSION_2: 2.0.15