소스 검색

build nur auf master [ci skip]

hmt 4 년 전
부모
커밋
1fccebeaac
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/build.yml

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

@@ -2,7 +2,7 @@ name: Build and release bangbib
 on:
   push:
     branches:
-      - '**'
+      - 'master'
     tags-ignore:
       - '*.*.*'
 jobs: