mirror of
https://github.com/selfhst/icons.git
synced 2026-04-30 13:26:18 -04:00
Update workflow trigger, README
This commit is contained in:
3
.github/workflows/build-and-push.yml
vendored
3
.github/workflows/build-and-push.yml
vendored
@@ -3,6 +3,8 @@ name: Build and Push Docker Images
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
paths:
|
||||
- 'build/VERSION'
|
||||
|
||||
release:
|
||||
types: [ published ]
|
||||
@@ -21,7 +23,6 @@ env:
|
||||
jobs:
|
||||
build-and-push:
|
||||
runs-on: ubuntu-latest
|
||||
if: contains(github.event.head_commit.message, 'build/')
|
||||
permissions:
|
||||
contents: write
|
||||
packages: write
|
||||
|
||||
Reference in New Issue
Block a user