Skip to content

Commit 5479c9c

Browse files
authored
Update ci.yml (#7)
1 parent b9be905 commit 5479c9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: CI
22

33
on:
4-
push:
4+
pull_request:
55
merge_group:
66

77
jobs:
@@ -12,4 +12,4 @@ jobs:
1212
- name: Run a one-line script
1313
run: |
1414
echo "Hello, world!"
15-
sleep 90
15+
sleep 30

0 commit comments

Comments
 (0)