Skip to content

Commit 7502f6e

Browse files
authored
Limit Tox action on pushes to main (#45)
1 parent 50e1c2e commit 7502f6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Tox
33
on:
44
push:
55
branches:
6-
- "*"
6+
- main
77
pull_request:
88
branches:
99
- main

0 commit comments

Comments
 (0)