浏览代码

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:

正在加载...
取消
保存