We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eca86bb commit b304fb4Copy full SHA for b304fb4
.github/workflows/snapshot-signed.yml
@@ -1,7 +1,9 @@
1
name: "Build & Sign Snapshot"
2
on:
3
workflow_dispatch:
4
- pull_request:
+ push:
5
+ branches:
6
+ - ui
7
8
permissions:
9
contents: write
0 commit comments