name: Botplugin CI on: push: branches: [main] paths: - 'botplugin/**' jobs: build: runs-on: gbo steps: - name: Build run: | cd /opt/gbo/work/botplugin git reset --hard HEAD && git clean -fd git pull cargo build