Skip to content

Commit 6ba0306

Browse files
committed
fix test flow
1 parent 050321a commit 6ba0306

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflows will upload a Python Package using Twine when a release is created
22
# For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries
33

4-
name: Release
4+
name: release
55

66
on:
77
release:

.github/workflows/test.yaml

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
name: Test
1+
name: test
22

3-
on: [push]
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
branches:
9+
- main
410

511
jobs:
612
coverage:

0 commit comments

Comments
 (0)