Skip to content

Commit

Permalink
change branch for github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ErdemOzgen committed Jul 26, 2024
1 parent ca79e1d commit a5e3930
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerpush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ name: Docker-dockerhub

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

env:
# Use docker.io for Docker Hub if empty
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/githubpush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Docker-github-push

on:
push:
branches: [ "master" ]
branches: [ "main" ]
tags: [ 'v*.*.*' ]
pull_request:
branches: [ "master" ]
branches: [ "main" ]

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit a5e3930

Please sign in to comment.