Skip to content

Commit 38574f0

Browse files
authored
Merge pull request #9 from grafana/8-fix-duplicated-ci-job-triggers
ci: fix duplicated ci job triggers Thanks @pablochacin
2 parents 1817212 + 735add8 commit 38574f0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

+4
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@ name: test
22

33
on:
44
pull_request:
5+
branches:
6+
- main
57
workflow_dispatch:
68
push:
9+
branches:
10+
- main
711
paths-ignore:
812
- "docs/**"
913
- README.md

0 commit comments

Comments
 (0)