Correct references to the default branch to use the new name, trunk. (#101)

This commit is contained in:
Bryce Adelstein Lelbach aka wash
2020-07-03 00:49:36 -07:00
committed by GitHub
parent c5ddb57dd7
commit 15b0971eae
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ name: pre-commit
on:
pull_request:
push:
branches: [master]
branches: [trunk]
jobs:
pre-commit:
+1 -1
View File
@@ -2,7 +2,7 @@ name: Publish Carbon Documentation
on:
push:
branches:
- master
- trunk
jobs:
build: