Skip to content

Commit ce03ac8

Browse files
committed
add run github action on push condition
1 parent 5a8b1e4 commit ce03ac8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: CI
33
on:
44
pull_request:
55
branches: [main]
6+
push:
7+
branches: [main]
68

79
# Allows to run job manually
810
workflow_dispatch:

0 commit comments

Comments
 (0)