Skip to content

Commit

Permalink
Added repository dispatch an PR to GH tests workflow triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Apr 23, 2024
1 parent 95bc635 commit 438dd5d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: tests

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

jobs:
build:
Expand Down

0 comments on commit 438dd5d

Please sign in to comment.