aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml10
1 files changed, 6 insertions, 4 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 7315da8..b679a22 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -1,11 +1,13 @@
-name: Create and Test Dockerimage for silvio/docker-languagetool
+name: Release for silvio/docker-languagetool
on:
push:
- branches: [ master ]
-
- workflow_dispatch:
+ tags:
+ - '[0-9]+.[0-9]+'
+ - '[0-9]+.[0-9]+.[0-9]+'
+ - '[0-9]+.[0-9]+-update[0-9]+'
+ - '[0-9]+.[0-9]+.[0-9]+-update[0-9]+'
jobs:
docker: