Skip to content

Commit 120096f

Browse files
committed
action: run workflow when pushing on main
1 parent 27c1002 commit 120096f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/actions.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
pull_request:
55
branches: ["main"]
66
types: ["opened", "synchronize"]
7+
push:
8+
branches: ["main"]
79
workflow_dispatch:
810

911
jobs:

0 commit comments

Comments
 (0)