소스 검색

ci on push

David Catuhe 6 년 전
부모
커밋
a9962f36b4
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 4
      .github/workflows/ci.yml

+ 1 - 4
.github/workflows/ci.yml

@@ -1,9 +1,6 @@
 name: continuous-integration
 
-on:
-  push:
-    branches:
-      - master
+on: [push]
 
 jobs:
   build: