mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 21:30:12 +01:00
Correct references to the default branch to use the new name, trunk. (#101)
This commit is contained in:
committed by
GitHub
parent
c5ddb57dd7
commit
15b0971eae
@@ -3,7 +3,7 @@ name: pre-commit
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches: [master]
|
||||
branches: [trunk]
|
||||
|
||||
jobs:
|
||||
pre-commit:
|
||||
|
||||
@@ -2,7 +2,7 @@ name: Publish Carbon Documentation
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- trunk
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user