Skip to content

Commit cd35765

Browse files
committed
chore: run tests on push
1 parent f2050f9 commit cd35765

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Tests
22

3-
on: [pull_request]
3+
on: [push]
44

55
jobs:
66
testing:

.github/workflows/tests_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Tests Windows
22

3-
on: [pull_request]
3+
on: [push]
44

55
jobs:
66
testing-windows:

0 commit comments

Comments
 (0)