Skip to content

Commit 5e4ada4

Browse files
committed
rename workflows
1 parent fed5d03 commit 5e4ada4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Push Docker Images
1+
name: Build and Push Production Docker Images
22
permissions:
33
contents: read
44
packages: write

.github/workflows/build-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Push Docker Images
1+
name: Build and Push Testing Docker Images
22
permissions:
33
contents: read
44
packages: write

0 commit comments

Comments
 (0)