This commit is contained in:
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
|
||||
name: Build/Publish XBPS
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- ".forgejo**"
|
||||
- ".renovaterc.json"
|
||||
- "build.sh"
|
||||
|
||||
jobs:
|
||||
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
Reference in a new issue