Skip to content

Commit c15e4b9

Browse files
committed
AP-24758: Added trigger to run extension bundling on every commit to main or master branch
1 parent b67fd92 commit c15e4b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/bundle-extension.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Extension Bundling
22

33
on:
4+
push:
5+
branches: [ "main", "master" ]
46
pull_request:
57
branches: [ "main", "master" ]
68
workflow_dispatch:

0 commit comments

Comments
 (0)