Skip to content

Commit

Permalink
ci: make config more like standard ash
Browse files Browse the repository at this point in the history
  • Loading branch information
lejoko committed May 16, 2024
1 parent d90e699 commit 74fb74f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: CI
on: [push]
on:
push:
tags:
- "v*"
branches: [main]
pull_request:
branches: [main]
jobs:
ash-ci:
strategy:
Expand Down

0 comments on commit 74fb74f

Please sign in to comment.