aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar thursday <xthursdayx@mailbox.org>2021-11-17 00:35:58 -0500
committerLibravatar GitHub <noreply@github.com>2021-11-17 00:35:58 -0500
commit1e928221c76a0ee8e2164a4f76b0751d59b7b102 (patch)
treef64b5c3772230cdf70d83d733064bad419b6c5f2
parentUpdate build-and-publish.yml (diff)
downloadferdium-server-1e928221c76a0ee8e2164a4f76b0751d59b7b102.tar.gz
ferdium-server-1e928221c76a0ee8e2164a4f76b0751d59b7b102.tar.zst
ferdium-server-1e928221c76a0ee8e2164a4f76b0751d59b7b102.zip
Update 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: