Skip to content

Commit

Permalink
Run deployments on more events for testing
Browse files Browse the repository at this point in the history
Change-type: patch
Signed-off-by: Kyle Harding <kyle@balena.io>
  • Loading branch information
klutchell committed Nov 26, 2024
1 parent 46492eb commit e0acba2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
File renamed without changes.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ name: Deploy

on:
pull_request:
branches: [main, master]
types: [opened, synchronize, closed]
branches: [main, master, develop]
# allow external contributions to use secrets within trusted code
pull_request_target:
types: [opened, synchronize, closed]
branches: [main, master, develop]

jobs:
test:
Expand Down

0 comments on commit e0acba2

Please sign in to comment.