We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92d6c24 commit 6ccafc4Copy full SHA for 6ccafc4
.github/workflows/snapshot_release.yaml
@@ -3,6 +3,9 @@ on:
3
push:
4
branches:
5
- develop
6
+ repository_dispatch:
7
+ types:
8
+ - snapshot-release
9
10
jobs:
11
test:
0 commit comments