Skip to content

Commit

Permalink
Changesto support branch rename (#63)
Browse files Browse the repository at this point in the history
Signed-off-by: David Ferguson <[email protected]>
  • Loading branch information
daf-LF authored Oct 16, 2024
1 parent 550c2e3 commit 7f24ed0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/master.yml → .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# Copyright 2024 Canonical Ltd.
# Copyright 2024 Intel Corporation

name: Master workflow
name: Main workflow

on:
pull_request:
branches:
- master
- main
push:
branches:
- master
- main

jobs:
clang-format:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Build and Test
on:
pull_request:
branches:
- master
- main

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Build and Push image
on:
push:
branches:
- master
- main

jobs:
build:
Expand Down

0 comments on commit 7f24ed0

Please sign in to comment.