Skip to content

Commit

Permalink
CI: support main branch
Browse files Browse the repository at this point in the history
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
  • Loading branch information
AkihiroSuda committed Nov 4, 2022
1 parent 884dc54 commit a92afb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ghcr-image-build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Container Image Build

on:
push:
branches: [ master ]
branches: [ master, main ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- main
- 'release/**'
pull_request:

Expand Down

0 comments on commit a92afb0

Please sign in to comment.