Skip to content

Commit bbacff8

Browse files
committed
removed "dev" branch from test workflow
1 parent 300caf0 commit bbacff8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Go-Tests
55

66
on:
77
push:
8-
branches: [ "main", "dev" ]
8+
branches: [ "main" ]
99
pull_request:
10-
branches: [ "main", "dev", "feat/jjSupport" ]
10+
branches: [ "main", "feat/jjSupport" ]
1111
workflow_dispatch:
1212

1313
jobs:

0 commit comments

Comments
 (0)