Skip to content

Commit

Permalink
ci: add closed pull request trigger to deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
devsheva committed Aug 8, 2024
1 parent c877f1b commit 30599c9
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,12 +5,13 @@ on:

pull_request:
branches: master
types: [closed]

jobs:
test:
name: Test
runs-on: ubuntu-latest

env:
APP_ENV: test
BOT_TOKEN: dummy
Expand Down

0 comments on commit 30599c9

Please sign in to comment.