Skip to content

Commit

Permalink
Merge pull request #316 from iegomez/actions-run-tests-on-fork-pr
Browse files Browse the repository at this point in the history
Run tests on PRs.
  • Loading branch information
iegomez committed Feb 11, 2024
2 parents 5b4a46e + f5b35cb commit 8ad80ee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8ad80ee

Please sign in to comment.