Skip to content

Commit

Permalink
Save energy by avoid building multipe times (#1442)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzo1 authored Dec 16, 2024
1 parent 351693a commit 1ff8e76
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,14 @@

name: Java CI with Maven

on: [push, pull_request]
on:
# Run CI on Pushes to "main"" or on pull requests targeting "main".
push:
branches:
- main
pull_request:
branches:
- main

jobs:
rat:
Expand Down

0 comments on commit 1ff8e76

Please sign in to comment.