Skip to content

Commit

Permalink
Merge pull request #28 from revijay/issue_2_3
Browse files Browse the repository at this point in the history
Updated ci-pull.yml to run build on PR
  • Loading branch information
revijay authored Nov 18, 2024
2 parents 6edcfb1 + 12dedb6 commit 515ec01
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
name: Java CI with Maven on Pull

on:
#pull_request: TODO enable after test passes
# branches: [ "main" ]
pull_request:
branches: [ "main" ]
push:
branches: [ "actions"] #Allows testing Actions changes in a fork
#schedule: TODO enable after test passes
#- cron: "0 12 * * 1-5"
schedule:
- cron: "0 12 * * 1-5"

permissions:
contents: read
Expand Down

0 comments on commit 515ec01

Please sign in to comment.