Skip to content

Commit

Permalink
Merge pull request #1476 from AkihiroSuda/dev
Browse files Browse the repository at this point in the history
CI: support main branch
  • Loading branch information
AkihiroSuda committed Nov 4, 2022
2 parents 884dc54 + a92afb0 commit 6d7f68b
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 6d7f68b

Please sign in to comment.