2021-07-13 18:06:22 +02:00
|
|
|
on:
|
|
|
|
push:
|
2021-07-13 18:15:25 +02:00
|
|
|
branches:
|
|
|
|
- 'main'
|
2021-07-13 18:06:22 +02:00
|
|
|
paths:
|
|
|
|
- 'pkgs/**'
|
2021-11-02 16:24:26 +01:00
|
|
|
- '.github/workflows/*'
|
2021-07-13 18:06:22 +02:00
|
|
|
|
|
|
|
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
|