Skip to content

Commit

Permalink
Merge pull request #4139 from Agoric/mfig-deploy-on-pr
Browse files Browse the repository at this point in the history
ci: also run `docker` and `deployment-test` on main branch PR close
  • Loading branch information
mergify[bot] committed Dec 1, 2021
2 parents 7de2b88 + f303696 commit 1b1ff8a
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 1b1ff8a

Please sign in to comment.