Skip to content

Commit f35a80f

Browse files
authored
Try removing action, dont run on pull request and push. (#81)
* Try removing action, dont run on pull request and push. * Revert all changes except when to run tests.
1 parent b0c5e1b commit f35a80f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: tests
33
on:
44
push:
55
branches:
6-
- '*'
6+
- main
77
tags:
8-
- '*'
8+
- 'v*'
99
pull_request:
1010

1111
jobs:

0 commit comments

Comments
 (0)