Skip to content

Commit

Permalink
always test and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Volodymyr Savchenko authored and Volodymyr Savchenko committed Aug 13, 2024
1 parent ac7e4af commit af84431
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/lint-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit af84431

Please sign in to comment.