Skip to content

Commit 097d59f

Browse files
committed
chore(ci): run tests and linting check on canary commits
1 parent 5f19193 commit 097d59f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- main
6+
- canary
67
pull_request:
78
permissions:
89
contents: read

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- main
6+
- canary
67
pull_request:
78
permissions:
89
contents: read

0 commit comments

Comments
 (0)