Skip to content

Commit a7a0386

Browse files
committed
test workflows run twice in a PR? (vibe-kanban 7dc44370)
see fullstackhouse#8
1 parent aef49b1 commit a7a0386

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/test-core.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Test Core Package
22

33
on:
44
push:
5+
branches:
6+
- main
57
paths:
68
- 'packages/core/**'
79
- 'package.json'

.github/workflows/test-mikroorm-driver.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Test MikroORM Driver
22

33
on:
44
push:
5+
branches:
6+
- main
57
paths:
68
- 'packages/mikroorm-driver/**'
79
- 'packages/core/**'

0 commit comments

Comments
 (0)