Skip to content

Commit

Permalink
ci: build on 1.** branches rather than 1.*
Browse files Browse the repository at this point in the history
  • Loading branch information
desht committed Jun 3, 2024
1 parent b7734eb commit 2cd2024
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Java CI - Build on Push

on:
push:
branches: [ main, dev, "1.*" ]
branches: [ main, dev, "1.**" ]
workflow_dispatch:
inputs:
skip_maven_publish:
Expand All @@ -20,4 +20,4 @@ jobs:
maven-snapshots: true
secrets:
ftb-maven-token: ${{ secrets.FTB_MAVEN_TOKEN }}
saps-token: ${{ secrets.SAPS_TOKEN }}
saps-token: ${{ secrets.SAPS_TOKEN }}

0 comments on commit 2cd2024

Please sign in to comment.