|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
370 bytes
|
| Line | |
|---|
| 1 | name: package-manager-ci
|
|---|
| 2 |
|
|---|
| 3 | on:
|
|---|
| 4 | push:
|
|---|
| 5 | branches:
|
|---|
| 6 | - main
|
|---|
| 7 | - next
|
|---|
| 8 | - 'v*'
|
|---|
| 9 | paths-ignore:
|
|---|
| 10 | - 'docs/**'
|
|---|
| 11 | - '*.md'
|
|---|
| 12 | pull_request:
|
|---|
| 13 | paths-ignore:
|
|---|
| 14 | - 'docs/**'
|
|---|
| 15 | - '*.md'
|
|---|
| 16 |
|
|---|
| 17 | permissions:
|
|---|
| 18 | contents: read
|
|---|
| 19 |
|
|---|
| 20 | jobs:
|
|---|
| 21 | test:
|
|---|
| 22 | permissions:
|
|---|
| 23 | contents: read
|
|---|
| 24 | uses: fastify/workflows/.github/workflows/plugins-ci-package-manager.yml@v6
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.