Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
Aligned workflows with other services.
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldloesing committed Oct 3, 2022
1 parent 3dd95fa commit be20245
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: Build, test and analyze

on:
workflow_dispatch:
push:
branches:
- 'release/**'
tags:
- 'master'
tags:
- '*.*.*'

jobs:
Expand Down

0 comments on commit be20245

Please sign in to comment.