Skip to content

Commit c8cb361

Browse files
authored
Fixed Github actions definition
1 parent c7417fe commit c8cb361

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml renamed to .github/workflows/ci.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Tests
2-
on: [ pull_request ]
2+
3+
on:
4+
push:
5+
pull_request:
36

47
jobs:
58
tests:

0 commit comments

Comments
 (0)