Skip to content

Commit c304fe6

Browse files
authored
Merge pull request #110 from ProblemSetters/github-ecr-flow-adjustment
Adjust ECR flow: disable redundant trigger, enable manual run
2 parents d4461c3 + 6e0a36d commit c304fe6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ecr.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: Amazon ECR private registry charge
22
on:
3+
push:
4+
branches:
5+
- "2204"
6+
paths:
7+
- ".github/workflows/ecr.yml"
38
workflow_dispatch:
49
jobs:
510
main:

0 commit comments

Comments
 (0)