Skip to content

Commit 2dbf6cf

Browse files
committed
Update CHANGELOG.md. Prepare CI for tags. Tag v0.1.0-beta.
1 parent 89472ed commit 2dbf6cf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
branches-ignore:
44
- update-yosys-*
55
- renovate/*
6+
tags:
7+
- v*
68
pull_request:
79

810
name: CI
@@ -94,7 +96,7 @@ jobs:
9496
- name: Lint
9597
if: ${{ github.event_name == 'push' && contains(github.ref, 'refs/tags/') }}
9698
run: |
97-
pdm -G lint
99+
pdm install -G lint
98100
pdm run lint
99101
- name: Build docs
100102
# ReadTheDocs handles docs, this is more of a lint than anything.

0 commit comments

Comments
 (0)