Skip to content

Commit

Permalink
pr trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
liamaharon committed Dec 2, 2024
1 parent 5bb7d77 commit 919814a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/checks_docker.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Nightly Docker Build

on:
schedule:
# Runs at 00:00 UTC every day
- cron: "0 0 * * *"
workflow_dispatch: # Allows manual triggering
workflow_dispatch:
pull_request:
merge_group:
push:
branches: [develop]

jobs:
build-docker:
Expand Down

0 comments on commit 919814a

Please sign in to comment.