Skip to content

Commit

Permalink
allow manually building
Browse files Browse the repository at this point in the history
  • Loading branch information
dhawton committed Feb 11, 2024
1 parent 475fbf1 commit da5c12c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ name: Build Tools
on:
push:
branches:
- main
- main
schedule:
# Build weekly on Fridays at midnight UTC
- cron: '0 0 * * 5'
# Build weekly on Fridays at midnight UTC
- cron: '0 0 * * 5'
workflow_dispatch:

jobs:
build:
Expand All @@ -19,4 +20,4 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- run: |
make build
make build

0 comments on commit da5c12c

Please sign in to comment.