Skip to content

Commit

Permalink
Update check-docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesPeck authored Jun 26, 2024
1 parent 80aa456 commit 3b42440
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/check-docker.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: Tests
on:
push:
branches: [main, dev]
branches: [main, dev, workflows/docker]
pull_request:
branches: [main, dev]
branches: [main, dev, workflows/docker]
schedule:
- cron: 33 7 * * 1,3,5
- cron: 58 5 * * 3

jobs:
build:
Expand Down

0 comments on commit 3b42440

Please sign in to comment.