Skip to content

Commit

Permalink
Updating the path of ant builder
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Drew committed Feb 8, 2025
1 parent 01bbbae commit 6346e16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Java CI

on:
push:
branches: [ "main" ]
branches: [ "main" , "IOC" ]
pull_request:
branches: [ "main" ]

Expand All @@ -22,4 +22,4 @@ jobs:
java-version: '11'
distribution: 'temurin'
- name: Build with Ant
run: ant -noinput -buildfile build.xml
run: cd server && ant -noinput -buildfile build.xml

0 comments on commit 6346e16

Please sign in to comment.