1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 06:24:04 +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: on:
push: push:
branches: paths:
- '*' - 'extensions/**'
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}