Skip to content

Commit cde7a19

Browse files
Copilotdarthkali
andcommitted
Fix YAML syntax issues in workflow triggers and validate implementation
Co-authored-by: darthkali <46423967+darthkali@users.noreply.github.com>
1 parent 0a8dfb0 commit cde7a19

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Main Pipeline
33

4-
on:
4+
"on":
55
push:
66
branches: [ "**" ]
77
pull_request:

.github/workflows/security-scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Security Scan
33

4-
on:
4+
"on":
55
pull_request:
66
branches: [ main ]
77
workflow_dispatch:

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Test
22

3-
on:
3+
"on":
44
workflow_dispatch:
55
workflow_call:
66

0 commit comments

Comments
 (0)