nekoray/.github/workflows/update-pkgbuild.yml
エルフです c9442ebb57
Skip AUR CI for non-project file changes & Unified README format (#1014)
* fix: Skip AUR CI for non-project file changes

* style: Unified README format

* Update README_ja.md

* Update README.md
2023-11-08 12:05:42 +08:00

19 lines
342 B
YAML

name: AUR CI
on:
push:
branches:
- main
paths-ignore:
- '**.md'
- 'LICENSE'
- '!.github/workflows/**'
jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: chitang233/aur-pkgbuild-builder@main
with:
deploy_key: ${{ secrets.DEPLOY_KEY }}
package_name: 'nekoray-git'