Skip to content

Commit 80df6e9

Browse files
authored
Merge pull request #25 from IBM/test_yml_syntax
Fix syntax warnings in test.yml
2 parents 41bc2b6 + 8e8fbba commit 80df6e9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ name: Test
22
on:
33
pull_request:
44
push:
5-
branches: master
6-
tags: v1*
5+
branches:
6+
- master
7+
tags:
8+
- v1*
79
schedule:
810
- cron: '0 0 * * 0'
911
workflow_dispatch:

0 commit comments

Comments
 (0)