mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2025-12-06 07:12:04 +01:00
Add Trigger
This commit is contained in:
parent
20da06ab91
commit
7c728ce199
7
.github/workflows/build_image.yml
vendored
7
.github/workflows/build_image.yml
vendored
|
|
@ -2,14 +2,13 @@ name: Build Docker Image
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches:
|
||||||
|
- master
|
||||||
|
- feature/docker
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Build the Docker image for the Client
|
- name: Build the Docker image for the Client
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue