From 8946df17b66a2c7ec44e9df289aeefbf58d46ad6 Mon Sep 17 00:00:00 2001 From: Joe Page Date: Fri, 18 Oct 2024 10:09:12 -0400 Subject: [PATCH] - testing github actions script --- .github/workflows/jdeploy.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/jdeploy.yml b/.github/workflows/jdeploy.yml index cccf849..499271d 100644 --- a/.github/workflows/jdeploy.yml +++ b/.github/workflows/jdeploy.yml @@ -3,10 +3,11 @@ name: jDeploy CI with Maven -on: - push: - # TODO: only deploy on pushes to develop branch - branches: ['*'] +# TODO: only deploy on pushes to develop branch +on: [ push ] +#on: +# push: +# branches: ['deploy'] jobs: build: