workflow added

This commit is contained in:
Sven Holz
2022-06-21 11:34:28 +02:00
parent 8b173ff9ee
commit b41527a2e6

View File

@@ -3,10 +3,18 @@
name: CI to Docker Hub
# Controls when the workflow will run
on:
##on:
# Triggers the workflow on push or pull request events but only for the "master" branch
## push:
## branches: [ "master" ]
# Only update with new tag pushed
on:
push:
branches: [ "master" ]
tags:
- "v*.*"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: