Skip to content

Commit

Permalink
fix: re-apply update CI so it runs on release as well (#49)
Browse files Browse the repository at this point in the history
Reverts #44, i.e. re-applies #33.
  • Loading branch information
hf authored Aug 19, 2024
1 parent 9d0e859 commit 51d5a43
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: CI

on:
pull_request:
push:
branches:
- main
tags: ["*"]

jobs:
lint:
Expand Down

0 comments on commit 51d5a43

Please sign in to comment.