Skip to content

Commit b11652b

Browse files
authored
build: Adjust workflow triggers for main branch (#782)
1 parent 47186a4 commit b11652b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: API CLients
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
jobs:
77
build-go:
88
runs-on: ubuntu-latest

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Docs
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
jobs:
77
build-and-deploy:
88
runs-on: ubuntu-latest

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
branches:
4-
- master
4+
- main
55
name: Run Release Please
66
jobs:
77
release-please-python:

0 commit comments

Comments
 (0)