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: