Skip to content

feature: allow to hide tag history to simplify the user interface #29

feature: allow to hide tag history to simplify the user interface

feature: allow to hide tag history to simplify the user interface #29

Workflow file for this run

name: Run tests on PRs and branches
on:
pull_request:
push:
branches-ignore: [ main, master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Run tests
run: npm test
- name: Build the interface
run: npm run build
env:
DEVELOPMENT_BUILD: ${{ github.event.pull_request.head.sha }}