Skip to content

Commit ae19979

Browse files
committed
tests
1 parent 28b47bc commit ae19979

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
name: Test & Release
2-
on: [push, workflow_dispatch]
3-
branches:
4-
- main
5-
paths:
6-
- src/*
2+
on:
3+
push:
4+
branches:
5+
- main
6+
paths:
7+
- src/*
8+
workflow_dispatch:
79

810
permissions:
911
contents: write

0 commit comments

Comments
 (0)