ash_admin/.github/workflows/elixir.yml

16 lines
255 B
YAML
Raw Normal View History

2023-02-01 18:11:04 +13:00
name: CI
on:
push:
2023-02-01 18:11:04 +13:00
tags:
- "v*"
branches: [main]
2023-02-01 18:11:04 +13:00
workflow_call:
2023-03-26 14:08:56 +13:00
pull_request:
branches: [main]
jobs:
2023-02-01 18:11:04 +13:00
ash-ci:
uses: ash-project/ash/.github/workflows/ash-ci.yml@main
2023-03-02 10:26:06 +13:00
secrets:
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}