Skip to content

Commit

Permalink
chore(ci): Add push trigger for debug and development
Browse files Browse the repository at this point in the history
  • Loading branch information
ImBIOS committed Oct 2, 2023
1 parent fecef4e commit a4707c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
schedule:
- cron: "0 0 * * *" # Every day at midnight
workflow_dispatch:
# For debug and development only
push:
branches:
- main

env:
REGISTRY: imbios
Expand Down

0 comments on commit a4707c4

Please sign in to comment.