Update common_library_tests.yaml

This commit is contained in:
Kjeld Schouten-Lebbing
2023-02-07 18:44:10 +01:00
committed by GitHub
parent 2b84dac54c
commit 43c38ef2a3

View File

@@ -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 }}