소스 검색

re-enable pytests on github

Falko Schindler 2 년 전
부모
커밋
3b1cce43e6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/test.yml

+ 1 - 1
.github/workflows/test.yml

@@ -1,6 +1,6 @@
 name: Run Tests
 
-on: []
+on: [push]
 
 jobs:
   test: