mirror of
https://github.com/truecharts/library-charts.git
synced 2026-07-07 04:26:27 -03:00
Update common_library_tests.yaml
This commit is contained in:
committed by
GitHub
parent
2b84dac54c
commit
43c38ef2a3
11
.github/workflows/common_library_tests.yaml
vendored
11
.github/workflows/common_library_tests.yaml
vendored
@@ -1,10 +1,15 @@
|
||||
name: Common Library Tests
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
paths:
|
||||
- library/**
|
||||
- .github/workflows/common_library_tests.yaml
|
||||
branches:
|
||||
- main
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
DATREE_TOKEN: ${{ secrets.DATREE_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user