mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
Run the docker workflow by schedule on master and manually for PRs
This commit is contained in:
parent
8ce90b38fc
commit
8e971406f7
8
.github/workflows/docker.yml
vendored
8
.github/workflows/docker.yml
vendored
@ -1,13 +1,13 @@
|
||||
name: Docker image
|
||||
|
||||
on:
|
||||
pull_request: {}
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
release:
|
||||
types:
|
||||
- published
|
||||
schedule:
|
||||
# for master, every day at midnight
|
||||
- cron: "0 0 * * *"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
|
Loading…
x
Reference in New Issue
Block a user