Skip to content

Commit 351621b

Browse files
authored
updated workflow
1 parent fe61f7f commit 351621b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/hellow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: hello-world
22

33
on:
4-
pull-request:
4+
pull_requestes:
55
branches:
66
- main
77

@@ -12,6 +12,6 @@ jobs:
1212
steps:
1313
- name: Checkout repository
1414
uses: actions/checkout@v3
15-
steps:
15+
1616
- name: hello
1717
run: echo "The time was"

0 commit comments

Comments
 (0)