Explorar el Código

Disable this workflow that does nothing useful.

pull/167/head
Shane Mc Cormack hace 3 años
padre
commit
15b32fb4a4
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4
    1
      .github/workflows/gradle.yml

+ 4
- 1
.github/workflows/gradle.yml Ver fichero

@@ -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…
Cancelar
Guardar