Skip to content

Commit

Permalink
Enable pipeline on push and schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
eht16 committed Oct 27, 2022
1 parent 77f945c commit 2d9af0c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/docker.yml
Expand Up @@ -6,10 +6,12 @@ name: Build CI Docker Images

on:
push:
branches:
- master
workflow_dispatch:
# schedule:
# # Run weekly on Friday
# - cron: '34 5 * * FRI'
schedule:
# Run weekly on Friday
- cron: '34 5 * * FRI'

# cancel already running builds of the same branch or pull request
concurrency:
Expand Down

0 comments on commit 2d9af0c

Please sign in to comment.