Skip to content

Instantly share code, notes, and snippets.

@Soecka
Soecka / about.yml
Last active November 8, 2024 13:40
Update repository about fields with github action
name: CI & CD
on:
push:
branches:
- main
paths:
- package.json
jobs:
Build-and-Publish:
runs-on: ubuntu-latest