Skip to content

Commit da7523d

Browse files
committed
chore: only run tests workflow on main branch automatically
1 parent 935bf0a commit da7523d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: run-tests
22

33
on:
44
push:
5+
branches: [main]
56
paths:
67
- "**.php"
78
- ".github/workflows/run-tests.yml"

0 commit comments

Comments
 (0)