Skip to content

Commit

Permalink
Merge pull request #4 from llegregam/Dev
Browse files Browse the repository at this point in the history
Changed test launch on pull request open
  • Loading branch information
llegregam committed Jun 29, 2022
2 parents 7800b51 + 4a1705a commit c87476f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Tests

on: [push, pull_request]
on:
pull_request:
types:
- opened

jobs:
test:
Expand Down

0 comments on commit c87476f

Please sign in to comment.