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
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
#workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
tags:
|
||||
- '*'
|
||||
pull_request:
|
||||
branches:
|
||||
- 'main'
|
||||
# branches:
|
||||
# - 'main'
|
||||
# tags:
|
||||
# - '*'
|
||||
#pull_request:
|
||||
# branches:
|
||||
# - 'main'
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
|
|
|
|||
Loading…
Reference in a new issue