We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6293fc commit e0d29c0Copy full SHA for e0d29c0
1 file changed
.github/workflows/release-packages.yml
@@ -2,6 +2,9 @@ name: Release Packages
2
3
on:
4
workflow_dispatch: {} # run manually from GitHub UI
5
+ push:
6
+ branches:
7
+ - '**'
8
9
permissions:
10
contents: write
0 commit comments