Skip to content

Commit

Permalink
ci: also run docker and deployment-test on main branch PR close
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Dec 1, 2021
1 parent 7de2b88 commit f303696
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deployment-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
push:
branches:
- $default-branch
pull_request:
types: [closed]
branches:
- $default-branch

jobs:
deployment-test:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
- $default-branch
tags:
- "@agoric/sdk@*"
pull_request:
types: [closed]
branches:
- $default-branch

jobs:
docker-deployment:
Expand Down

0 comments on commit f303696

Please sign in to comment.