Skip to content

Commit a13ccee

Browse files
authored
chore: run github actions on pull_request instead of push (#1035)
1 parent 88e30be commit a13ccee

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/coder.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ name: coder
22

33
on:
44
push:
5+
branches:
6+
- main
7+
tags:
8+
- "*"
9+
10+
pull_request:
511

612
workflow_dispatch:
713

0 commit comments

Comments
 (0)