Skip to content

Commit 5ba2134

Browse files
committed
changed trigger
1 parent 806c003 commit 5ba2134

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Build Docker Image
22
on:
3-
workflow_dispatch:
3+
workflow_call:
44

55
permissions:
66
contents: read

.github/workflows/lint-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Linting and Formating checks
22
on:
3-
workflow_dispatch:
3+
workflow_call:
44

55
permissions:
66
contents: read

.github/workflows/push-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Push Contianer to Docker Hub
22
on:
3-
workflow_dispatch:
3+
workflow_call:
44

55
permissions:
66
contents: read

.github/workflows/unit-sec-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Unit and Security Testing
22
on:
3-
workflow_dispatch:
3+
workflow_call:
44

55

66
permissions:

0 commit comments

Comments
 (0)