ash_state_machine/.github/workflows/elixir.yml

15 lines
254 B
YAML
Raw Normal View History

2023-04-22 05:43:36 +12:00
name: CI
on:
push:
tags:
- "v*"
branches: [main]
pull_request:
branches: [main]
workflow_call:
jobs:
ash-ci:
uses: ash-project/ash/.github/workflows/ash-ci.yml@main
secrets:
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}