Skip to content

Commit 8bb0206

Browse files
committed
chore: do not make tests workflow run on dev push
- produced duplicate workflow runs when PR is opened from dev to main
1 parent 5f439b1 commit 8bb0206

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-server.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ on:
99
- 'client/**'
1010
branches:
1111
- main
12-
- development
13-
- testing/**
12+
1413
workflow_dispatch:
1514

1615
pull_request:
@@ -21,7 +20,8 @@ on:
2120
- 'client/**'
2221
branches:
2322
- main
24-
types: [ opened, synchronize ]
23+
- development
24+
types: [ opened, synchronize, reopened ]
2525

2626
jobs:
2727
test:

0 commit comments

Comments
 (0)