Skip to content

Commit

Permalink
chore: rename github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
gion-andri committed Mar 13, 2024
1 parent 50b59de commit 5b59330
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker Build main
name: Docker Build versioned package (from main)

on: [ workflow_dispatch ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_dev.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker Build main
name: Docker Build latest package (from main)

on:
push:
Expand Down

0 comments on commit 5b59330

Please sign in to comment.