Skip to content

Commit

Permalink
Remove manual workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
StylianosGakis committed Feb 6, 2024
1 parent b9b46a4 commit 3a60baf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/maven-artifact-alpha.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Publish common dev Artifacts to GitHub packages

on:
workflow_dispatch:
push:
branches:
- 'main'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/maven-artifact-release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Publish common release Artifact to GitHub packages and make GitHub release

on:
workflow_dispatch: {}
push:
tags:
- '**'
Expand Down

0 comments on commit 3a60baf

Please sign in to comment.