소스 검색

Disable this workflow that does nothing useful.

pull/167/head
Shane Mc Cormack 3 년 전
부모
커밋
15b32fb4a4
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4
    1
      .github/workflows/gradle.yml

+ 4
- 1
.github/workflows/gradle.yml 파일 보기

@@ -1,6 +1,9 @@
1 1
 name: Java CI
2 2
 
3
-on: [push]
3
+on:
4
+  push:
5
+    branches-ignore:
6
+      - '**'
4 7
 
5 8
 jobs:
6 9
   build:

Loading…
취소
저장