17 lines
309 B
YAML
17 lines
309 B
YAML
on:
|
|
push:
|
|
branches:
|
|
- 'main'
|
|
paths:
|
|
- 'pkgs/**'
|
|
- '.github/workflows/*'
|
|
|
|
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
|