summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2022-04-26 14:08:20 +1200
committerRobert Ancell <robert.ancell@canonical.com>2022-04-26 14:08:20 +1200
commitb7fc3214cbaed09c73e963847443a0d648dfd896 (patch)
tree4679094787e8594a440ebb72c9dd6af7eb68c858
parentcbabe8bd7517d8d59922e6bc2e31d0cc972ff4a1 (diff)
downloadlightdm-git-b7fc3214cbaed09c73e963847443a0d648dfd896.tar.gz
Fix CI failing now master was renamed to main
-rw-r--r--.github/workflows/test.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
index f95455db..8b7e4f51 100644
--- a/.github/workflows/test.yaml
+++ b/.github/workflows/test.yaml
@@ -2,9 +2,9 @@ name: Test
on:
push:
- branches: [ master ]
+ branches: [ main ]
pull_request:
- branches: [ master ]
+ branches: [ main ]
jobs:
test: