From 2e15fbecb91644b040ef986ed531b175cf62e03a Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Tue, 13 Jul 2021 18:06:22 +0200 Subject: [PATCH] ci: add NUR update workflow --- .github/workflows/nur-update.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/nur-update.yaml diff --git a/.github/workflows/nur-update.yaml b/.github/workflows/nur-update.yaml new file mode 100644 index 0000000..1e34c87 --- /dev/null +++ b/.github/workflows/nur-update.yaml @@ -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