cleanup
Build/Publish XBPS / build-and-publish (push) Successful in 7s
Details
Build/Publish XBPS / build-and-publish (push) Successful in 7s
Details
This commit is contained in:
parent
aabc6c2b14
commit
eb4372b42f
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue