ci: add NUR update workflow
This commit is contained in:
parent
6cf2b5893e
commit
2e15fbecb9
13
.github/workflows/nur-update.yaml
vendored
Normal file
13
.github/workflows/nur-update.yaml
vendored
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
paths:
|
||||||
|
- 'pkgs/**'
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
update-nur:
|
||||||
|
name: "Update NUR repo"
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: curl nur endpoint
|
||||||
|
run: |
|
||||||
|
curl -XPOST https://nur-update.herokuapp.com/update?repo=alarsyo
|
Loading…
Reference in a new issue