Skip to content

Commit efde84b

Browse files
author
Daniele Briggi
committed
fix(workflow): trigger after the build and release workflow
1 parent 9981f61 commit efde84b

File tree

3 files changed

+2
-60
lines changed

3 files changed

+2
-60
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Test
1+
name: Build, Test and Release
22
on:
33
push:
44
workflow_dispatch:

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
required: true
99
type: string
1010
workflow_run:
11-
workflows: ["Release"]
11+
workflows: ["Build, Test and Release"]
1212
types:
1313
- completed
1414

.github/workflows/release.yml

Lines changed: 0 additions & 58 deletions
This file was deleted.

0 commit comments

Comments
 (0)