Skip to content

Commit

Permalink
Merge pull request #4138 from Agoric/mfig-deploy-master
Browse files Browse the repository at this point in the history
ci(deployment-test): run against default branch
  • Loading branch information
mergify[bot] authored Dec 1, 2021
2 parents e18ad64 + a8f8d94 commit 7de2b88
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deployment-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ on:
# Use the following to explicitly start thit workflow.
# packages/deployment/scripts/start-deployment-test.sh <BRANCH-OR-TAG>
workflow_dispatch:
# Otherwise, run on a schedule.
schedule:
- cron: "0 0 * * *"
# Otherwise, run on default branch.
push:
branches:
- $default-branch

jobs:
deployment-test:
Expand Down

0 comments on commit 7de2b88

Please sign in to comment.