Skip to content

Commit

Permalink
chore: Use main as new git master
Browse files Browse the repository at this point in the history
  • Loading branch information
hypery2k committed Aug 23, 2022
1 parent 54c8653 commit 0cc7320
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
strategy:
matrix:
image: ['ansible', 'java', 'nodejs', 'terraform']
if: github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v3

Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
docker push ${imageName}:${MAJOR_DOCKER_TAG}
docker push ${imageName}:${MINOR_DOCKER_TAG}
done
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'

- name: Push Snaphot Images
run: |
Expand Down

0 comments on commit 0cc7320

Please sign in to comment.