Skip to content

Commit 59a8247

Browse files
committed
run workflow on push
1 parent 0688ee0 commit 59a8247

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/create-repo.yml

+5
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ on:
99
- main
1010
paths-ignore:
1111
- '**.md'
12+
push:
13+
branches:
14+
- main
15+
paths-ignore:
16+
- '**.md'
1217
workflow_dispatch:
1318

1419
permissions:

0 commit comments

Comments
 (0)