16 lines
279 B
YAML
16 lines
279 B
YAML
on:
|
|
push:
|
|
branches:
|
|
- 'main'
|
|
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
|