Branch: refs/heads/add_ci_builders Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Thu, 27 Oct 2022 22:44:35 UTC Commit: 2d9af0c771bd64254fd62fb368f7f44923d04daa https://github.com/geany/infrastructure/commit/2d9af0c771bd64254fd62fb368f7f...
Log Message: ----------- Enable pipeline on push and schedule
Modified Paths: -------------- .github/workflows/docker.yml
Modified: .github/workflows/docker.yml 8 lines changed, 5 insertions(+), 3 deletions(-) =================================================================== @@ -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:
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).