Skip to content

Commit 7722cb7

Browse files
committed
ci: run tests and linter on 1.0-dev
1 parent 044408f commit 7722cb7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/linter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Lint Code Base
33
on:
44
pull_request:
5-
branches: [main]
5+
branches: [main, 1.0-dev]
66
permissions:
77
contents: read
88
jobs:

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Run Unit Tests
33
on:
44
pull_request:
5-
branches: [main]
5+
branches: [main, 1.0-dev]
66
permissions:
77
contents: read
88
jobs:

0 commit comments

Comments
 (0)