actually fixed action yml
This commit is contained in:
parent
571f670db0
commit
0b250c71aa
9
.github/workflows/docker-publish.yml
vendored
9
.github/workflows/docker-publish.yml
vendored
@ -1,8 +1,9 @@
|
||||
name: Publish branch Docker
|
||||
on: [push]
|
||||
branches:
|
||||
- master
|
||||
- develop
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- develop
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
Reference in New Issue
Block a user