Skip to content

Commit 89969ed

Browse files
committed
Fix YAML syntax for workflow triggers
1 parent ae41774 commit 89969ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/workflow.yml

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

3-
on:
3+
"on":
44
push:
55
branches: ["**"]
66
tags: ['v*']

0 commit comments

Comments
 (0)