Skip to content

Commit 2b926e0

Browse files
committed
Trigger bundle plugins update only on release
1 parent 51de59b commit 2b926e0

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/trigger-bundle-plugins-update.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,11 @@ name: Trigger update on bundle plugins
22

33
on:
44
workflow_dispatch:
5-
branch:
5+
branches:
66
- master
77
push:
8-
branch:
9-
- master
10-
pull_request:
11-
types:
12-
- closed
13-
branch:
14-
- master
8+
tags:
9+
- "*"
1510

1611
jobs:
1712
call-workflow:

0 commit comments

Comments
 (0)