Skip to content

Commit

Permalink
Enabled triggering the tests via Github dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Apr 24, 2024
1 parent 90d8e0c commit 89767e0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: tests

on:
- push
- pull_request
push:
pull_request:
repository_dispatch:
types: [run_tests]

jobs:
build:
Expand Down

0 comments on commit 89767e0

Please sign in to comment.