Update workflow trigger, README

This commit is contained in:
selfhst-bot
2025-08-11 14:34:16 -04:00
parent ab180af51e
commit 7064ff3a4e
2 changed files with 5 additions and 4 deletions

View File

@@ -3,6 +3,8 @@ name: Build and Push Docker Images
on: on:
push: push:
branches: [ main ] branches: [ main ]
paths:
- 'build/VERSION'
release: release:
types: [ published ] types: [ published ]
@@ -21,7 +23,6 @@ env:
jobs: jobs:
build-and-push: build-and-push:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: contains(github.event.head_commit.message, 'build/')
permissions: permissions:
contents: write contents: write
packages: write packages: write

View File

@@ -4,8 +4,8 @@
<div align="center"> <div align="center">
<img src="https://img.shields.io/github/stars/selfhst/icons"> <img src="https://img.shields.io/github/stars/selfhst/icons">
<a href="https://selfh.st/icons"><img src="https://img.shields.io/badge/icons-5,143-0f60d9"></a> <a href="https://selfh.st/icons"><img src="https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fselfhst.github.io%2Fcdn%2Fassets%2Fbadges%2Ficons.json&query=%24.count&label=icons&color=0f60d9"></a>
<a href="https://github.com/selfhst/icons/blob/main/CHANGELOG.md"><img src="https://img.shields.io/badge/latest-v2.0.0-9926e0"></a> <a href="https://github.com/selfhst/icons/blob/main/CHANGELOG.md"><img src="https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fselfhst.github.io%2Fcdn%2Fassets%2Fbadges%2Ficons.json&query=%24.release&label=release&color=9926e0"></a>
<a href="https://www.jsdelivr.com/package/gh/selfhst/icons"><img src="https://img.shields.io/jsdelivr/gh/hm/selfhst/icons"></a> <a href="https://www.jsdelivr.com/package/gh/selfhst/icons"><img src="https://img.shields.io/jsdelivr/gh/hm/selfhst/icons"></a>
</div> </div>