1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 09:54:05 +00:00

ci: only trigger extensions.yml on pushes to extensions/

This commit is contained in:
Samuel Štancl 2025-01-02 09:17:07 +01:00
parent 3eb7868057
commit 1bb8a42cf0

View file

@ -2,8 +2,8 @@ name: Build extensions
on:
push:
branches:
- '*'
paths:
- 'extensions/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}