Skip to content

Commit

Permalink
fixing issues with deploy action workflow_run
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt committed Sep 11, 2023
1 parent c331544 commit c5c2978
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-action-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Publish to GitHub Packages on Release Branch
name: Publish to GitHub Packages

on:
workflow_run:
workflow: "Java Leaflet Build"
type: completed
workflows: ["Java Leaflet Build"]
types: [completed]
branches:
- 'releases/**'

Expand Down

0 comments on commit c5c2978

Please sign in to comment.