Skip to content

Commit

Permalink
adding repo dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
shaggyyy2002 committed Jun 25, 2024
1 parent 447401a commit 462eef4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: "MetaCall Distributable Windows Release"

on:
repository_dispatch:
types: [test-trigger]
pull_request:
push:
tags:
- 'v*.*.*'

jobs:
build:
runs-on: windows-2019
Expand Down

0 comments on commit 462eef4

Please sign in to comment.