summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2021-10-05 13:54:27 +0100
committerRichard Hughes <richard@hughsie.com>2021-10-05 14:02:30 +0100
commitf6d3eece6d65cd5a4e360ae8ad37de6fef3dd0d4 (patch)
treeac3823ffac6946f92a61bc06bd14196b822411f4
parent4b52b0cd27fdadcb29b4518cff293c1c76b872a9 (diff)
downloadgusb-f6d3eece6d65cd5a4e360ae8ad37de6fef3dd0d4.tar.gz
trivial: Rename the master branch to main
-rw-r--r--.github/workflows/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index d77c8b2..c1fc95a 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -2,9 +2,9 @@ name: Build and Test
on:
push:
- branches: [ master ]
+ branches: [ main ]
pull_request:
- branches: [ master ]
+ branches: [ main ]
jobs:
build-linux: