From af844314f3300080d7825bb4a91bb00f510a7986 Mon Sep 17 00:00:00 2001 From: Volodymyr Savchenko Date: Tue, 13 Aug 2024 13:29:47 +0200 Subject: [PATCH] always test and lint --- .github/workflows/lint-and-test.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint-and-test.yaml b/.github/workflows/lint-and-test.yaml index ec7f8c9..b74f4f2 100644 --- a/.github/workflows/lint-and-test.yaml +++ b/.github/workflows/lint-and-test.yaml @@ -2,7 +2,15 @@ # TODO: settle on style standards and enforce them name: Lint and Test -on: [push] +on: + push: + branches: [ "develop" ] + # Publish semver tags as releases. + tags: [ 'v*.*.*' ] + pull_request: + branches: [ "develop" ] + workflow_dispatch: + jobs: build: