Skip to content

Commit 06523b4

Browse files
committed
Add release trigger to Continuous workflow for created releases
1 parent d853da0 commit 06523b4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/Continuous.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
pull_request:
88
branches:
99
- main
10+
release:
11+
types: [created]
1012

1113
jobs:
1214
ubuntu-latest:

0 commit comments

Comments
 (0)