ash/.github/workflows/ci.yml

14 lines
241 B
YAML
Raw Normal View History

2023-02-01 15:09:47 +13:00
name: Ash CI
on:
push:
tags:
- "v*"
branches: [main]
2023-02-22 03:39:56 +13:00
pull_request:
branches: [main]
2023-02-01 15:09:47 +13:00
jobs:
ash-ci:
uses: ash-project/ash/.github/workflows/ash-ci.yml@main
2023-02-17 11:33:08 +13:00
secrets:
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}