Skip to content

Commit 75e54dd

Browse files
committed
Disambiguate image builds
Signed-off-by: Sebastian (Tiedtke) Huckleberry <sebastiantiedtke@gmail.com>
1 parent 9fa9d22 commit 75e54dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
name: Container
1+
name: Build Env Image
22

33
on:
44
push:
55
branches:
66
- main
77
paths:
88
- 'docker/**'
9-
- '.github/workflows/container.yml'
9+
- '.github/workflows/build-env-image.yml'
1010
pull_request:
1111
paths:
1212
- 'docker/**'
13-
- '.github/workflows/container.yml'
13+
- '.github/workflows/build-env-image.yml'
1414

1515
jobs:
1616
build:

0 commit comments

Comments
 (0)