Skip to content

Commit 56b1e16

Browse files
committed
ci: use correct branch
1 parent e5dd293 commit 56b1e16

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/static-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ name: Static Checks
88

99
on:
1010
push:
11-
branches: [ "main" ]
11+
branches: [ "master" ]
1212
pull_request:
13-
branches: [ "main" ]
13+
branches: [ "master" ]
1414

1515
jobs:
1616
build:

0 commit comments

Comments
 (0)