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:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue