Skip to content

Commit

Permalink
Update the CI build triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGregory084 authored Dec 20, 2024
1 parent 66427ae commit b93ea5f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@ name: CI

on:
push:
branches:
- main
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
pull_request:
branches:
- main

env:
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.SONATYPE_USERNAME }}
Expand Down

0 comments on commit b93ea5f

Please sign in to comment.