Skip to content

Commit c1d46cf

Browse files
authored
Merge pull request #528 from gaphor/fix-lint
Fix the Lint Errors, Re-enable Tests for PRs
2 parents 42e744e + 5fe0f2a commit c1d46cf

File tree

4 files changed

+167
-156
lines changed

4 files changed

+167
-156
lines changed

.github/workflows/build.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,16 @@ name: build
22

33
on:
44
push:
5+
branches:
6+
- main
7+
paths-ignore:
8+
- '*.md'
9+
pull_request:
10+
branches:
11+
- main
512
release:
6-
types: [created, published]
13+
types: [published]
14+
workflow_dispatch:
715

816
env:
917
python-version: '3.12'

0 commit comments

Comments
 (0)