ci: add NUR update workflow

This commit is contained in:
Antoine Martin 2021-07-13 18:06:22 +02:00
parent 6cf2b5893e
commit 2e15fbecb9

13
.github/workflows/nur-update.yaml vendored Normal file
View 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