Skip to content

Commit

Permalink
Add build schedule and dispatchable workflow (#3)
Browse files Browse the repository at this point in the history
- Keep up with nightly rust changes
  • Loading branch information
esarver authored May 7, 2024
1 parent c7bcb69 commit ae72096
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
pull_request:
branches:
- 'main'
workflow_dispatch:
schedule:
- cron: "0 4 * * sun"

env:
TEST_CONTAINER_TAG: "ghcr.io/${{github.repository}}:${{github.sha}}"
Expand Down

0 comments on commit ae72096

Please sign in to comment.