Skip to content

Commit

Permalink
Execute workflow on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed-ennahdi authored Nov 23, 2024
1 parent 9174f1f commit e515dee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/maven_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
name: Java CI with Maven

on:
workflow_dispatch:
push:
# Pattern matched against refs/tags
tags:
- '*'

jobs:
build:
Expand Down

0 comments on commit e515dee

Please sign in to comment.