Skip to content

Commit 222d799

Browse files
committed
Merge branch 'workflows' of github.com:datum-cloud/datum.net into workflows
2 parents 5154648 + 4cbd2a2 commit 222d799

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/quality-checks.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@ name: Quality Checks
33
on:
44
pull_request:
55
push:
6-
branches: [workflows]
7-
# branches: [main, develop]
6+
branches: [main]
7+
paths-ignore:
8+
- 'README.md'
9+
- 'env.example'
10+
- '.vscode/**'
811

912
concurrency:
1013
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)