Skip to content

Commit cd4eb2c

Browse files
committed
try not to make a typo challenge (impossible)
1 parent 2fbbffa commit cd4eb2c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pages.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
on: [push, pull_request, workflow_dispatch]
21
name: Continuous deployment
32

43
on:
54
push:
65
branches:
76
- main
7+
pull_request:
8+
branches:
9+
- main
10+
workflow_dispatch:
811
# workflow_run:
912
# workflows: [Continuous integration]
1013
# types: [completed]

0 commit comments

Comments
 (0)