enable on PRs

This commit is contained in:
Benjamin Palko 2025-03-13 23:47:05 -04:00
parent a07c023200
commit 485cc132b7

View file

@ -6,6 +6,8 @@ on:
- main
- dev
pull_request:
branches:
- main
# cancel in-progress runs on new commits to same PR (gitub.event.number)
concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.sha }}