소스 검색

GithubActions: build master branch + pull requests

Markus Staab 5 년 전
부모
커밋
ef8c410098
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .github/workflows/continuous-integration.yml

+ 1 - 0
.github/workflows/continuous-integration.yml

@@ -3,6 +3,7 @@
 name: "Continuous Integration"
 
 on:
+  - "push"
   - "pull_request"
 
 env: