Skip to content

Commit 4ecd561

Browse files
committed
Fix trigger
1 parent af7e1b9 commit 4ecd561

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test_and_release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Test with pytest and publish Python 🐍 distributions 📦 to PyPI
22

3-
on:
4-
push:
5-
tags:
6-
- v*
3+
on: [ push, pull_request ]
74

85
jobs:
96
test:

0 commit comments

Comments
 (0)