aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build-and-publish.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build-and-publish.yml')
-rw-r--r--.github/workflows/build-and-publish.yml20
1 files changed, 14 insertions, 6 deletions
diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml
index b153579..9bffdac 100644
--- a/.github/workflows/build-and-publish.yml
+++ b/.github/workflows/build-and-publish.yml
@@ -1,14 +1,22 @@
1name: Build and Publish 1name: Build and Publish Docker Image
2 2
3on: 3on:
4 push: 4 push:
5# branches: 5 branches:
6# - 'main' 6 - 'main'
7 paths-ignore:
8 - '**.md'
9 - '**.png'
7 tags: 10 tags:
8 - 'v*.*.*' 11 - 'v*.*.*'
9# pull_request: 12 pull_request:
10# branches: 13 branches:
11# - 'main' 14 - 'main'
15 paths-ignore:
16 - '**.md'
17 - '**.png'
18 release:
19 types: [published]
12 workflow_dispatch: 20 workflow_dispatch:
13 21
14jobs: 22jobs: