This commit is contained in:
parent
c142b06565
commit
8763fb7edb
2 changed files with 4 additions and 2 deletions
|
@ -3,6 +3,8 @@ name: Release
|
|||
on:
|
||||
release:
|
||||
types: [published]
|
||||
push:
|
||||
branches: [main]
|
||||
workflow_dispatch: {}
|
||||
|
||||
jobs:
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
name: Unittests
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
# push:
|
||||
# branches: [main]
|
||||
workflow_dispatch: {}
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Reference in a new issue