Skip to content

Commit 1b1d892

Browse files
author
Tom Hendrikx
committed
Don't start duplicate test runs on a push event to a feature branch
1 parent 430e381 commit 1b1d892

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ name: Run tests
22

33
on:
44
push:
5-
workflow_call:
5+
branches: [ "master" ]
66
pull_request:
77
branches: [ "master" ]
8+
workflow_call:
89

910
jobs:
1011
tests:

0 commit comments

Comments
 (0)