Skip to content

Commit

Permalink
Update github-actions-deploy-snapshots.yml
Browse files Browse the repository at this point in the history
Update action to include release branches in snapshot creations
  • Loading branch information
Gcolon021 authored Sep 18, 2023
1 parent 04421cd commit eec7aa5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/github-actions-deploy-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Maven Deploy Snapshots

on:
push:
branches: [ master ]
branches:
- 'master'
- 'release/**'

jobs:
build:
Expand All @@ -18,4 +20,4 @@ jobs:
- name: Build with Maven
run: mvn --update-snapshots deploy
env:
GITHUB_TOKEN: ${{ github.token }}
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit eec7aa5

Please sign in to comment.