Skip to content

Commit e0ef2c9

Browse files
committed
Update workflow names to indicate event flows
1 parent c45e59f commit e0ef2c9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/merge-main-to-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Merge main to test
1+
name: "* Merge main to test"
22

33
on:
44
push:

.github/workflows/on-push-to-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish Production Web Client
1+
name: "* Publish Production Web Client"
22

33
on:
44
push:

.github/workflows/on-push-to-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish Test Web Client
1+
name: "* Publish Test Web Client"
22

33
on:
44
push:

0 commit comments

Comments
 (0)