We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d6dfb6 commit 9752929Copy full SHA for 9752929
3 files changed
.github/workflows/ci.yml
@@ -3,12 +3,12 @@ name: CI
3
on:
4
push:
5
branches:
6
- - master
+ - main
7
tags:
8
- '*'
9
pull_request:
10
11
12
13
permissions:
14
contents: read
.github/workflows/generate.yml
@@ -3,7 +3,7 @@ name: Sync SDK
schedule:
# At 06:37 on every day-of-week from Monday through Friday.
- cron: '37 6 * * 1-5'
.github/workflows/types.yml
@@ -3,12 +3,12 @@ name: Type Checks
- cron: '14 5 * * 1,3,5'
0 commit comments