mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 05:14:03 +00:00
ci: only trigger extensions.yml on pushes to extensions/
This commit is contained in:
parent
3eb7868057
commit
1bb8a42cf0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/extensions.yml
vendored
4
.github/workflows/extensions.yml
vendored
|
|
@ -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 }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue