ash_graphql/.github/workflows/elixir.yml

15 lines
254 B
YAML
Raw Normal View History

2023-02-01 17:54:39 +13:00
name: CI
2020-08-14 10:58:03 +12:00
on:
push:
2023-02-01 17:54:39 +13:00
tags:
- "v*"
2022-05-21 04:28:02 +12:00
branches: [main]
2023-02-21 05:52:11 +13:00
pull_request:
branches: [main]
2023-02-01 17:54:39 +13:00
workflow_call:
2020-08-14 10:58:03 +12:00
jobs:
2023-02-01 17:54:39 +13:00
ash-ci:
uses: ash-project/ash/.github/workflows/ash-ci.yml@main
2023-02-17 17:40:44 +13:00
secrets:
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}