Browse Source

Disable this workflow that does nothing useful.

pull/167/head
Shane Mc Cormack 3 years ago
parent
commit
15b32fb4a4
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      .github/workflows/gradle.yml

+ 4
- 1
.github/workflows/gradle.yml View File

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

Loading…
Cancel
Save