Skip to content

Commit cdd8d8d

Browse files
committed
fix action event
1 parent 3ecf91d commit cdd8d8d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: build-application
22

33
on:
4-
workflow_dispatch:
4+
pull_request:
5+
types: [ closed ]
6+
branches:
7+
- develop
58

69
env:
710
applicationName: SimpleVolumeMixer
@@ -114,7 +117,7 @@ jobs:
114117
run: |
115118
ls -la
116119
ls -la ./${{ env.artifactName }}
117-
120+
118121
- name: compress to zip
119122
run: |
120123
zip -r ${{ env.artifactName }}.zip ./${{ env.artifactName }}

0 commit comments

Comments
 (0)