Skip to content

Commit

Permalink
build: replace branch master references with main
Browse files Browse the repository at this point in the history
  • Loading branch information
infinitewarp committed Nov 27, 2024
1 parent 024a963 commit db9d62b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- run: docker build --cache-from $IMAGE_NAME:latest .
deploy-build-and-push-image:
name: Build and Push Image
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
needs: [docker-build]
runs-on: ubuntu-latest
container:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
pull_request:
push:
branches:
- 'master'
- 'main'

jobs:
pytest:
Expand Down

0 comments on commit db9d62b

Please sign in to comment.