diff options
author | 2023-03-20 15:56:26 +0100 | |
---|---|---|
committer | 2023-03-20 15:56:26 +0100 | |
commit | c297361f75762b5212b39ebf656f8608989600e9 (patch) | |
tree | c708a9dee89f58790acea79e2227e17d18ce2022 /.github/workflows | |
parent | fix indentation for secrets (diff) |
use workflow_call as trigger for lint-test
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/lint-test.yaml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 1fe3bd89..3328c208 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -1,11 +1,7 @@ name: Lint & Test on: - push: - branches: - - main - pull_request: - + workflow_call jobs: lint-test: |