Skip to content

Commit e45c1d4

Browse files
enable workflows on main
1 parent 693659f commit e45c1d4

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
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- master
8+
- main
89

910
jobs:
1011
lint:

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches:
66
- master
7+
- main
78
types: [opened, synchronize, reopened]
89
paths:
910
- 'defaults/**'

0 commit comments

Comments
 (0)