For testing purposes, we are making a container on each push
This commit is contained in:
parent
e63cf80653
commit
493197caeb
1 changed files with 8 additions and 8 deletions
16
.github/workflows/ci.yml
vendored
16
.github/workflows/ci.yml
vendored
|
|
@ -1,15 +1,15 @@
|
||||||
name: ci
|
name: ci
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
#workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
branches:
|
# branches:
|
||||||
- 'main'
|
# - 'main'
|
||||||
tags:
|
# tags:
|
||||||
- '*'
|
# - '*'
|
||||||
pull_request:
|
#pull_request:
|
||||||
branches:
|
# branches:
|
||||||
- 'main'
|
# - 'main'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker:
|
docker:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue