Trying PR trigger just for now [skip ci]
This commit is contained in:
parent
f06526b76d
commit
6acd952f56
1 changed files with 4 additions and 1 deletions
5
.github/workflows/build_and_push_docker.yml
vendored
5
.github/workflows/build_and_push_docker.yml
vendored
|
|
@ -1,9 +1,12 @@
|
||||||
name: ci
|
name: Build and Push Docker Image
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue