Skip to content

Commit

Permalink
ci: fixup development branch name
Browse files Browse the repository at this point in the history
meta-qcom-hwe was using 'main' as its dev branch, while meta-qcom was
using 'master'. Let's stick to master for now, and make a plan to
switch to main eventually.

Signed-off-by: Nicolas Dechesne <[email protected]>
  • Loading branch information
ndechesne committed Jan 28, 2025
1 parent 5f6ac30 commit ea7272c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build on push
on:
push:
branches:
- main
- master

permissions:
checks: write
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/repolinter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: QuIC Organization Repolinter

on:
push:
branches: [ main ]
branches: [ master ]
pull_request:
branches: [ main ]
branches: [ master ]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit ea7272c

Please sign in to comment.