Skip to content

Commit

Permalink
- testing github actions script
Browse files Browse the repository at this point in the history
  • Loading branch information
jpage4500 committed Oct 18, 2024
1 parent 1515996 commit 8946df1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/jdeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8946df1

Please sign in to comment.