We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7388bc commit 3c83acbCopy full SHA for 3c83acb
1 file changed
.github/workflows/tests.yaml
@@ -1,6 +1,9 @@
1
name: tests
2
3
-on: [push, pull_request]
+on:
4
+ - push
5
+ - pull_request
6
+ - workflow_call
7
8
jobs:
9
tests:
0 commit comments