ash/.github/workflows/upcoming-ci.yml

16 lines
282 B
YAML
Raw Normal View History

2023-12-21 03:26:26 +13:00
name: Ash Upcoming CI
on:
push:
tags:
- "v*"
branches: [main]
pull_request:
branches: [main]
jobs:
ash-ci:
uses: ash-project/ash/.github/workflows/ash-ci.yml@main
with:
ash-three: true
secrets:
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}