Skip to content

Commit c40debe

Browse files
committed
repairing syntax
1 parent cf82a03 commit c40debe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name : CI Example voting app
2-
on:
1+
- name: CI Example voting app
2+
- on:
33
push:
44
branches : [ "master" ]
5-
pull_request :
5+
- pull_request:
66
branches : [ "master" ]
77

88
jobs:

0 commit comments

Comments
 (0)