Skip to content

Commit ba30912

Browse files
committed
Remove testing on main
1 parent 6abd121 commit ba30912

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Spam Detection Testing
55

66
on:
77
push:
8-
branches: [ "main" ]
9-
pull_request:
10-
branches: [ "main" ]
8+
branches-ignore:
9+
- 'main'
10+
workflow_dispatch:
1111

1212
permissions:
1313
contents: read

0 commit comments

Comments
 (0)