We're gonna create a container only on tag creation
This commit is contained in:
parent
5caecac3cf
commit
d00becd6a9
1 changed files with 4 additions and 4 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
|
@ -3,10 +3,10 @@ name: ci
|
||||||
on:
|
on:
|
||||||
#workflow_dispatch:
|
#workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
# branches:
|
#branches:
|
||||||
# - 'main'
|
# - 'main'
|
||||||
# tags:
|
tags:
|
||||||
# - '*'
|
- '*'
|
||||||
#pull_request:
|
#pull_request:
|
||||||
# branches:
|
# branches:
|
||||||
# - 'main'
|
# - 'main'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue