Skip to content

Commit f9932ba

Browse files
committed
ci: Fix trigger
1 parent eca3e2f commit f9932ba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-bootstrap.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Build app
2-
on: [published]
2+
on:
3+
release:
4+
types: [published]
35
jobs:
46
build:
57
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)