Files
plugin-s3/.github/workflows/ci.yaml

14 lines
180 B
YAML

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ci:
uses: halo-sigs/reusable-workflows/.github/workflows/plugin-ci.yaml@v1