update
This commit is contained in:
parent
994df0b8f6
commit
410a414440
3
.github/workflows/setup_docker.yml
vendored
3
.github/workflows/setup_docker.yml
vendored
@ -1,9 +1,10 @@
|
|||||||
name: Setup Docker Action
|
name: Setup Docker Action
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- dev
|
- dev
|
||||||
|
- feature/*
|
||||||
jobs:
|
jobs:
|
||||||
setup_docker:
|
setup_docker:
|
||||||
if: contains(github.event.head_commit.message, '@docker')
|
if: contains(github.event.head_commit.message, '@docker')
|
||||||
|
Loading…
Reference in New Issue
Block a user