Skip to content

Commit

Permalink
Dispatch event on pull_requests as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaliyf committed Sep 17, 2024
1 parent a6dad17 commit 4c7406c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [ main ]
release:
types: [ released ]
pull_request:

jobs:
deploy:
Expand All @@ -20,5 +21,5 @@ jobs:
repo: 'embrace-docs-internal',
workflow_id: 'ci-docusaurus.yml',
ref: 'master',
inputs: {event_name: '${{ github.event_name }}'}
inputs: {event_name: '${{ github.event_name }}', event_number: '${{ github.event.number }}'}
})

0 comments on commit 4c7406c

Please sign in to comment.