Skip to content

Commit

Permalink
Fix companion-deploy-yml
Browse files Browse the repository at this point in the history
was triggering on the wrong path
  • Loading branch information
mifi committed Sep 25, 2022
1 parent df8cabd commit 23bab06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/companion-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# N.B.: This won't run on releases because of
# https://docs.github.com/en/actions/using-workflows/triggering-a-workflow#triggering-a-workflow-from-a-workflow.
# However, we have a companion deploy that's part of the release.yml workflow.
# However, we also have a companion deploy that's part of the release.yml workflow.
name: Companion Edge Deploy

on:
Expand All @@ -9,7 +9,7 @@ on:
paths:
- yarn.lock
- 'packages/@uppy/companion/**'
- '.github/workflows/companion.yml'
- '.github/workflows/companion-deploy.yml'

jobs:
npm:
Expand Down

0 comments on commit 23bab06

Please sign in to comment.