ci: run CI on pull request

This commit is contained in:
Zach Daniel 2023-02-21 09:39:56 -05:00
parent f58752353a
commit 4cab2e8351

View file

@ -4,6 +4,8 @@ on:
tags:
- "v*"
branches: [main]
pull_request:
branches: [main]
jobs:
ash-ci:
uses: ash-project/ash/.github/workflows/ash-ci.yml@main