Update board list at armbian/os #6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Update Board Lists | |
run-name: Update board list at armbian/os | |
on: | |
push: | |
paths: | |
- "config/boards/*.*" | |
branches: [main] | |
jobs: | |
update-board-list-dispatch: | |
name: Send dispatch | |
if: ${{ github.repository_owner == 'Armbian' }} | |
runs-on: ubuntu-latest | |
steps: | |
- name: Repository Dispatch | |
uses: peter-evans/repository-dispatch@v3 | |
with: | |
token: ${{ secrets.ACCESS_TOKEN }} | |
repository: armbian/os | |
event-type: "Refresh board list" |