Skip to content

Commit 3ec9385

Browse files
committed
🔧 Fix YAML structure in workflow file
- Fix 'on' section parsing issue in GitHub Actions workflow - Ensure proper YAML structure for workflow triggers - Validation now passes completely
1 parent c232b82 commit 3ec9385

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

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

3-
on:
3+
'on':
44
push:
55
branches: [ main, develop, 'fix/*', 'feature/*' ]
66
pull_request:

0 commit comments

Comments
 (0)