parent
aabc6c2b14
commit
eb4372b42f
2 changed files with 6 additions and 3 deletions
|
@ -1,7 +1,12 @@
|
||||||
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
|
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
|
||||||
name: Build/Publish XBPS
|
name: Build/Publish XBPS
|
||||||
|
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
paths-ignore:
|
||||||
|
- ".forgejo**"
|
||||||
|
- ".renovaterc.json"
|
||||||
|
- "build.sh"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-publish:
|
build-and-publish:
|
||||||
|
|
2
todo
2
todo
|
@ -1,2 +0,0 @@
|
||||||
# vim: ft=conf:
|
|
||||||
# TODO: `killall -USR1 st` vim autocmd on xresources edit
|
|
Loading…
Add table
Add a link
Reference in a new issue