mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
Update github action.
This commit is contained in:
parent
327fa9925b
commit
692a5d5e92
1 changed files with 5 additions and 2 deletions
5
.github/workflows/cd.yml
vendored
5
.github/workflows/cd.yml
vendored
|
|
@ -1,6 +1,9 @@
|
||||||
name: Create docker images
|
name: Create docker images
|
||||||
|
|
||||||
on: [create]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue