This commit is contained in:
Luca Bilke 2024-04-06 14:52:59 +02:00
parent cc3f712983
commit 3df94ac554
No known key found for this signature in database
GPG Key ID: AD6630D0A1E650AC
1 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,12 @@
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Build/Publish XBPS
on: [push]
on:
push:
paths-ignore:
- ".forgejo**"
- ".renovaterc.json"
- "build.sh"
jobs:
build-and-publish: