Skip to content

Commit e2c1b0b

Browse files
committed
ISSUE-18: Run combos only on main
1 parent e5213a7 commit e2c1b0b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Testing pipeline
2+
23
on:
34
push:
45
branches:
@@ -41,6 +42,7 @@ jobs:
4142
- run: mutmut run --paths-to-mutate "./hooks/" --use-coverage --no-progress
4243

4344
combos:
45+
if: github.ref == 'refs/heads/main'
4446
runs-on: ${{ matrix.os }}
4547
name: ${{ matrix.os }} / ${{ matrix.env }}
4648
needs: main

0 commit comments

Comments
 (0)