Skip to content

Commit

Permalink
Update default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mpfeil committed Oct 28, 2022
1 parent 520d569 commit 920a8e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/registry-build-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Build and publish to Github Container Registry

on:
push:
branches: [ v3 ]
branches: [ main ]
tags: [ 'v*.*.*' ]
pull_request:
branches:
- v3
- main

env:
REGISTRY: ghcr.io
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Test and build
on:
push:
branches:
- v3
- main
pull_request:
branches:
- v3
- main

jobs:
lint:
Expand Down

0 comments on commit 920a8e1

Please sign in to comment.