Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Amiya-873 authored Sep 24, 2024
1 parent f851d14 commit 3404552
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on:
push:
branches:
- actions # This workflow will be triggered only for pushes to the "actions" branch
- actions # Trigger on pushes to the "actions" branch

jobs:
build:
Expand All @@ -16,7 +16,8 @@ jobs:
- name: Set up Java
uses: actions/setup-java@v3
with:
java-version: '8' # Use the appropriate JDK version
java-version: '8' # JDK version
distribution: 'adopt' # Set the Java distribution

- name: Install Ant
run: sudo apt-get install -y ant
Expand Down

0 comments on commit 3404552

Please sign in to comment.