Skip to content

Commit 10227c8

Browse files
authored
Fix YAML syntax for main.yml workflow file
1 parent ad480f6 commit 10227c8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ on:
66

77
push:
88
branches:
9-
- "main"
9+
- main
1010
paths:
1111
- "include/**"
1212
- "src/**"
1313
- "Makefile"
1414
- "config.sh"
1515

16-
tags:
17-
- 'v*'
16+
tags:
17+
- 'v*'
1818

1919
pull_request:
2020
paths:

0 commit comments

Comments
 (0)