Skip to content

Commit

Permalink
Replace repository_dispatch with workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlowski committed Jul 18, 2023
1 parent 3d3db06 commit b65c8d5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: Publish
on:
repository_dispatch:
types:
- nr-launcher-trigger
workflow_dispatch:
inputs:
nr_launcher_release_name:
description: 'flowforge-nr-launcher package version'
required: false
default: 'nightly'
schedule:
- cron: '0 23 * * *'
push:
Expand Down

0 comments on commit b65c8d5

Please sign in to comment.