Skip to content

Commit 9ee3a99

Browse files
authored
Merge pull request #19 from shaggyyy2002/dispatch
adding repo dispatch
2 parents 55eb148 + d8ac2a7 commit 9ee3a99

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
name: "MetaCall Distributable Linux Release"
22

33
on:
4+
repository_dispatch:
5+
types: [test-trigger]
46
pull_request:
57
push:
8+
tags:
9+
- 'v*.*.*'
610

711
env:
812
ASSET_NAME: metacall-tarball-linux-amd64.tar.gz

0 commit comments

Comments
 (0)