stickerpicker/.forgejo/workflows/update.yml
Seven Of Aces 4036bd4528
All checks were successful
Update / update (push) Successful in 5s
.
2025-01-27 13:20:30 -08:00

12 lines
164 B
YAML

name: Update
on:
push:
branches:
- "*"
jobs:
update:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4