aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar shtlrs <[email protected]>2023-03-20 15:56:26 +0100
committerGravatar shtlrs <[email protected]>2023-03-20 15:56:26 +0100
commitc297361f75762b5212b39ebf656f8608989600e9 (patch)
treec708a9dee89f58790acea79e2227e17d18ce2022 /.github
parentfix indentation for secrets (diff)
use workflow_call as trigger for lint-test
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint-test.yaml6
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: